regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(896, "WipeVars")]
|
||||
public struct WipeVars {
|
||||
[DNAFieldAttribute(0, "float", "edgeWidth", 4)]
|
||||
[DNAFieldAttribute(0, "float", "edgeWidth", "float", 4)]
|
||||
public float edgeWidth;
|
||||
[DNAFieldAttribute(1, "float", "angle", 4)]
|
||||
[DNAFieldAttribute(1, "float", "angle", "float", 4)]
|
||||
public float angle;
|
||||
[DNAFieldAttribute(2, "short", "forward", 2)]
|
||||
[DNAFieldAttribute(2, "short", "forward", "short", 2)]
|
||||
public short forward;
|
||||
[DNAFieldAttribute(3, "short", "wipetype", 2)]
|
||||
[DNAFieldAttribute(3, "short", "wipetype", "short", 2)]
|
||||
public short wipetype;
|
||||
public WipeVars() {
|
||||
this.edgeWidth = default;
|
||||
|
||||
Reference in New Issue
Block a user