Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(389, "LineStyleGeometryModifier_Sampling", 104)]
|
||||
public struct LineStyleGeometryModifier_Sampling {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
|
||||
public class LineStyleGeometryModifier_Sampling {
|
||||
[DNAFieldAttribute(96, "LineStyleModifier", 0, "modifier", "LineStyleModifier", false, 0)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "float", "sampling", "float", 4, false, 96)]
|
||||
[DNAFieldAttribute(4, "float", 1, "sampling", "float", false, 96)]
|
||||
public float sampling;
|
||||
[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_Sampling() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user