Regenerated codefiles
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(363, "LightProbeObjectCache", 16)]
|
||||
public class LightProbeObjectCache {
|
||||
[DNAFieldAttribute(0, "int", "cache_type", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "cache_type", "int", false, 0)]
|
||||
public int cache_type;
|
||||
[DNAFieldAttribute(1, "char", "shared", "char", 1, false, 4)]
|
||||
[DNAFieldAttribute(1, "char", 1, "shared", "char", false, 4)]
|
||||
public char shared;
|
||||
[DNAFieldAttribute(2, "char", "dirty", "char", 1, false, 5)]
|
||||
[DNAFieldAttribute(1, "char", 2, "dirty", "char", false, 5)]
|
||||
public char dirty;
|
||||
[DNAFieldAttribute(3, "char", "_pad0[2]", "System.Char[]", 2, false, 6)]
|
||||
[DNAFieldAttribute(2, "char", 3, "_pad0[2]", "System.Char[]", false, 6)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
[DNAFieldAttribute(4, "LightProbeGridCacheFrame", "*grid_static_cache", "LightProbeGridCacheFrame", 8, true, 8)]
|
||||
public LightProbeGridCacheFrame ptr_grid_static_cache;
|
||||
[DNAFieldAttribute(8, "LightProbeGridCacheFrame", 4, "*grid_static_cache", "LightProbeGridCacheFrame", true, 8)]
|
||||
public LightProbeGridCacheFrame grid_static_cache;
|
||||
public LightProbeObjectCache() {
|
||||
this.cache_type = default;
|
||||
this.shared = default;
|
||||
this.dirty = default;
|
||||
this._pad0 = default;
|
||||
this.ptr_grid_static_cache = default;
|
||||
this.grid_static_cache = default;
|
||||
}
|
||||
public LightProbeObjectCache(int cache_type, char shared, char dirty, char[] _pad0, LightProbeGridCacheFrame ptr_grid_static_cache) {
|
||||
public LightProbeObjectCache(int cache_type, char shared, char dirty, char[] _pad0, LightProbeGridCacheFrame grid_static_cache) {
|
||||
this.cache_type = cache_type;
|
||||
this.shared = shared;
|
||||
this.dirty = dirty;
|
||||
this._pad0 = _pad0;
|
||||
this.ptr_grid_static_cache = ptr_grid_static_cache;
|
||||
this.grid_static_cache = grid_static_cache;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user