Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(396, "LineStyleGeometryModifier_TipRemover", 104)]
|
||||
public struct LineStyleGeometryModifier_TipRemover {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
|
||||
public class LineStyleGeometryModifier_TipRemover {
|
||||
[DNAFieldAttribute(96, "LineStyleModifier", 0, "modifier", "LineStyleModifier", false, 0)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "float", "tip_length", "float", 4, false, 96)]
|
||||
[DNAFieldAttribute(4, "float", 1, "tip_length", "float", false, 96)]
|
||||
public float tip_length;
|
||||
[DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 4, false, 100)]
|
||||
[DNAFieldAttribute(4, "char", 2, "_pad[4]", "System.Char[]", false, 100)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleGeometryModifier_TipRemover() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user