Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,22 +14,22 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(1008, "WalkNavigation", 32)]
public struct WalkNavigation {
[DNAFieldAttribute(0, "float", "mouse_speed", "float", 4, false, 0)]
public class WalkNavigation {
[DNAFieldAttribute(4, "float", 0, "mouse_speed", "float", false, 0)]
public float mouse_speed;
[DNAFieldAttribute(1, "float", "walk_speed", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "walk_speed", "float", false, 4)]
public float walk_speed;
[DNAFieldAttribute(2, "float", "walk_speed_factor", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 2, "walk_speed_factor", "float", false, 8)]
public float walk_speed_factor;
[DNAFieldAttribute(3, "float", "view_height", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 3, "view_height", "float", false, 12)]
public float view_height;
[DNAFieldAttribute(4, "float", "jump_height", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 4, "jump_height", "float", false, 16)]
public float jump_height;
[DNAFieldAttribute(5, "float", "teleport_time", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 5, "teleport_time", "float", false, 20)]
public float teleport_time;
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 24)]
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 24)]
public short flag;
[DNAFieldAttribute(7, "char", "_pad0[6]", "System.Char[]", 6, false, 26)]
[DNAFieldAttribute(6, "char", 7, "_pad0[6]", "System.Char[]", false, 26)]
public char[] _pad0 = new System.Char[6];
public WalkNavigation() {
this.mouse_speed = default;