regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(341, "ViewLayerEngineData")]
|
||||
public class ViewLayerEngineData {
|
||||
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 40)]
|
||||
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 4, true)]
|
||||
public ViewLayerEngineData ptr_next;
|
||||
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 40)]
|
||||
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 4, true)]
|
||||
public ViewLayerEngineData ptr_prev;
|
||||
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 0)]
|
||||
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 4, true)]
|
||||
public DrawEngineType ptr_engine_type;
|
||||
[DNAFieldAttribute(3, "void", "*storage", "void", 0)]
|
||||
[DNAFieldAttribute(3, "void", "*storage", "void", 4, true)]
|
||||
public object ptr_storage;
|
||||
public ViewLayerEngineData() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user