Regenerated all the files
This commit is contained in:
@@ -11,16 +11,26 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class ShaderFxData {
|
||||
[DNAFieldAttribute(0, "ShaderFxData", "*next", 104)]
|
||||
public ShaderFxData ptr_next;
|
||||
[DNAFieldAttribute(1, "ShaderFxData", "*prev", 104)]
|
||||
public ShaderFxData ptr_prev;
|
||||
[DNAFieldAttribute(2, "int", "type", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(3, "int", "mode", 4)]
|
||||
public int mode;
|
||||
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(6, "short", "ui_expand_flag", 2)]
|
||||
public short ui_expand_flag;
|
||||
[DNAFieldAttribute(7, "char", "name[64]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "char", "*error", 1)]
|
||||
public char ptr_error;
|
||||
public ShaderFxData(ShaderFxData ptr_next, ShaderFxData ptr_prev, int type, int mode, char[] _pad0, short flag, short ui_expand_flag, char[] name, char ptr_error) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user