regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(140, "CacheObjectPath")]
|
||||
public class CacheObjectPath {
|
||||
[DNAFieldAttribute(0, "CacheObjectPath", "*next", 4112)]
|
||||
[DNAFieldAttribute(0, "CacheObjectPath", "*next", "CacheObjectPath", 4112)]
|
||||
public CacheObjectPath ptr_next;
|
||||
[DNAFieldAttribute(1, "CacheObjectPath", "*prev", 4112)]
|
||||
[DNAFieldAttribute(1, "CacheObjectPath", "*prev", "CacheObjectPath", 4112)]
|
||||
public CacheObjectPath ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "path[4096]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "path[4096]", "System.Char[]", 1)]
|
||||
public char[] path = new System.Char[4096];
|
||||
public CacheObjectPath() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user