Regenerated codefiles
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(254, "bGPDspoint_Runtime", 16)]
|
||||
public class bGPDspoint_Runtime {
|
||||
[DNAFieldAttribute(0, "bGPDspoint", "*pt_orig", "bGPDspoint", 8, true, 0)]
|
||||
public bGPDspoint ptr_pt_orig;
|
||||
[DNAFieldAttribute(1, "int", "idx_orig", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(8, "bGPDspoint", 0, "*pt_orig", "bGPDspoint", true, 0)]
|
||||
public bGPDspoint pt_orig;
|
||||
[DNAFieldAttribute(4, "int", 1, "idx_orig", "int", false, 8)]
|
||||
public int idx_orig;
|
||||
[DNAFieldAttribute(2, "char", "_pad0[4]", "System.Char[]", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "char", 2, "_pad0[4]", "System.Char[]", false, 12)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
public bGPDspoint_Runtime() {
|
||||
this.ptr_pt_orig = default;
|
||||
this.pt_orig = default;
|
||||
this.idx_orig = default;
|
||||
this._pad0 = default;
|
||||
}
|
||||
public bGPDspoint_Runtime(bGPDspoint ptr_pt_orig, int idx_orig, char[] _pad0) {
|
||||
this.ptr_pt_orig = ptr_pt_orig;
|
||||
public bGPDspoint_Runtime(bGPDspoint pt_orig, int idx_orig, char[] _pad0) {
|
||||
this.pt_orig = pt_orig;
|
||||
this.idx_orig = idx_orig;
|
||||
this._pad0 = _pad0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user