Regenerated codefiles
This commit is contained in:
@@ -14,20 +14,20 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(879, "StripTransform", 32)]
|
||||
public struct StripTransform {
|
||||
[DNAFieldAttribute(0, "float", "xofs", "float", 4, false, 0)]
|
||||
public class StripTransform {
|
||||
[DNAFieldAttribute(4, "float", 0, "xofs", "float", false, 0)]
|
||||
public float xofs;
|
||||
[DNAFieldAttribute(1, "float", "yofs", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "yofs", "float", false, 4)]
|
||||
public float yofs;
|
||||
[DNAFieldAttribute(2, "float", "scale_x", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "float", 2, "scale_x", "float", false, 8)]
|
||||
public float scale_x;
|
||||
[DNAFieldAttribute(3, "float", "scale_y", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 3, "scale_y", "float", false, 12)]
|
||||
public float scale_y;
|
||||
[DNAFieldAttribute(4, "float", "rotation", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 4, "rotation", "float", false, 16)]
|
||||
public float rotation;
|
||||
[DNAFieldAttribute(5, "float", "origin[2]", "System.Single[]", 8, false, 20)]
|
||||
[DNAFieldAttribute(8, "float", 5, "origin[2]", "System.Single[]", false, 20)]
|
||||
public float[] origin = new System.Single[2];
|
||||
[DNAFieldAttribute(6, "int", "filter", "int", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "int", 6, "filter", "int", false, 28)]
|
||||
public int filter;
|
||||
public StripTransform() {
|
||||
this.xofs = default;
|
||||
|
||||
Reference in New Issue
Block a user