regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(363, "LightProbeObjectCache")]
|
||||
[DNAClassAttribute(363, "LightProbeObjectCache", 16)]
|
||||
public class LightProbeObjectCache {
|
||||
[DNAFieldAttribute(0, "int", "cache_type", "int", 4, false)]
|
||||
public int cache_type;
|
||||
@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
|
||||
public char dirty;
|
||||
[DNAFieldAttribute(3, "char", "_pad0[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
[DNAFieldAttribute(4, "LightProbeGridCacheFrame", "*grid_static_cache", "LightProbeGridCacheFrame", 4, true)]
|
||||
[DNAFieldAttribute(4, "LightProbeGridCacheFrame", "*grid_static_cache", "LightProbeGridCacheFrame", 8, true)]
|
||||
public LightProbeGridCacheFrame ptr_grid_static_cache;
|
||||
public LightProbeObjectCache() {
|
||||
this.cache_type = default;
|
||||
|
||||
Reference in New Issue
Block a user