Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class ParticleSpring {
|
||||
[DNAFieldAttribute(4, "float", 0, "rest_length", "float", false, 0)]
|
||||
public float rest_length;
|
||||
[DNAFieldAttribute(8, "int", 1, "particle_index[2]", "System.Int32[]", false, 4)]
|
||||
[DNAArrayAttribute(8, "int", 1, "particle_index[2]", "System.Int32[]", 2, 4)]
|
||||
public int[] particle_index = new System.Int32[2];
|
||||
[DNAFieldAttribute(4, "int", 2, "delete_flag", "int", false, 12)]
|
||||
public int delete_flag;
|
||||
|
||||
Reference in New Issue
Block a user