Regenerated codefiles
This commit is contained in:
@@ -14,24 +14,24 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(829, "UnitSettings", 16)]
|
||||
public struct UnitSettings {
|
||||
[DNAFieldAttribute(0, "float", "scale_length", "float", 4, false, 0)]
|
||||
public class UnitSettings {
|
||||
[DNAFieldAttribute(4, "float", 0, "scale_length", "float", false, 0)]
|
||||
public float scale_length;
|
||||
[DNAFieldAttribute(1, "char", "system", "char", 1, false, 4)]
|
||||
[DNAFieldAttribute(1, "char", 1, "system", "char", false, 4)]
|
||||
public char system;
|
||||
[DNAFieldAttribute(2, "char", "system_rotation", "char", 1, false, 5)]
|
||||
[DNAFieldAttribute(1, "char", 2, "system_rotation", "char", false, 5)]
|
||||
public char system_rotation;
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 6)]
|
||||
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 6)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "char", "length_unit", "char", 1, false, 8)]
|
||||
[DNAFieldAttribute(1, "char", 4, "length_unit", "char", false, 8)]
|
||||
public char length_unit;
|
||||
[DNAFieldAttribute(5, "char", "mass_unit", "char", 1, false, 9)]
|
||||
[DNAFieldAttribute(1, "char", 5, "mass_unit", "char", false, 9)]
|
||||
public char mass_unit;
|
||||
[DNAFieldAttribute(6, "char", "time_unit", "char", 1, false, 10)]
|
||||
[DNAFieldAttribute(1, "char", 6, "time_unit", "char", false, 10)]
|
||||
public char time_unit;
|
||||
[DNAFieldAttribute(7, "char", "temperature_unit", "char", 1, false, 11)]
|
||||
[DNAFieldAttribute(1, "char", 7, "temperature_unit", "char", false, 11)]
|
||||
public char temperature_unit;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "char", 8, "_pad[4]", "System.Char[]", false, 12)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public UnitSettings() {
|
||||
this.scale_length = default;
|
||||
|
||||
Reference in New Issue
Block a user