Regenerated code files
This commit is contained in:
@@ -17,11 +17,11 @@ namespace BlendFile.DNA {
|
||||
public class BrushClone {
|
||||
[DNAFieldAttribute(8, "Image", 0, "*image", "Image", true, 0)]
|
||||
public Image image;
|
||||
[DNAFieldAttribute(8, "float", 1, "offset[2]", "System.Single[]", false, 8)]
|
||||
[DNAArrayAttribute(8, "float", 1, "offset[2]", "System.Single[]", 2, 8)]
|
||||
public float[] offset = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "float", 2, "alpha", "float", false, 16)]
|
||||
public float alpha;
|
||||
[DNAFieldAttribute(4, "char", 3, "_pad[4]", "System.Char[]", false, 20)]
|
||||
[DNAArrayAttribute(4, "char", 3, "_pad[4]", "System.Char[]", 4, 20)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public BrushClone() {
|
||||
this.image = default;
|
||||
|
||||
Reference in New Issue
Block a user