Regenerated all the files
This commit is contained in:
@@ -11,11 +11,16 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class ViewLayerEngineData {
|
||||
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", 40)]
|
||||
public ViewLayerEngineData ptr_next;
|
||||
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", 40)]
|
||||
public ViewLayerEngineData ptr_prev;
|
||||
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", 0)]
|
||||
public DrawEngineType ptr_engine_type;
|
||||
[DNAFieldAttribute(3, "void", "*storage", 0)]
|
||||
public object ptr_storage;
|
||||
public ViewLayerEngineData(ViewLayerEngineData ptr_next, ViewLayerEngineData ptr_prev, DrawEngineType ptr_engine_type, object ptr_storage) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user