Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(57, "BoneColor", 24)]
|
||||
public struct BoneColor {
|
||||
[DNAFieldAttribute(0, "int8_t", "palette_index", "int8_t", 1, false, 0)]
|
||||
public class BoneColor {
|
||||
[DNAFieldAttribute(1, "int8_t", 0, "palette_index", "int8_t", false, 0)]
|
||||
public sbyte palette_index;
|
||||
[DNAFieldAttribute(1, "uchar", "_pad0[7]", "System.Byte[]", 7, false, 1)]
|
||||
[DNAFieldAttribute(7, "uchar", 1, "_pad0[7]", "System.Byte[]", false, 1)]
|
||||
public byte[] _pad0 = new System.Byte[7];
|
||||
[DNAFieldAttribute(2, "ThemeWireColor", "custom", "ThemeWireColor", 16, false, 8)]
|
||||
[DNAFieldAttribute(16, "ThemeWireColor", 2, "custom", "ThemeWireColor", false, 8)]
|
||||
public ThemeWireColor custom;
|
||||
public BoneColor() {
|
||||
this.palette_index = default;
|
||||
|
||||
Reference in New Issue
Block a user