Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct bUserMenuItem_Prop {
|
||||
[DNAFieldAttribute(0, "bUserMenuItem", "item", 88)]
|
||||
public bUserMenuItem item;
|
||||
[DNAFieldAttribute(1, "char", "context_data_path[256]", 1)]
|
||||
public char[] context_data_path = new System.Char[256];
|
||||
[DNAFieldAttribute(2, "char", "prop_id[64]", 1)]
|
||||
public char[] prop_id = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "int", "prop_index", 4)]
|
||||
public int prop_index;
|
||||
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
public bUserMenuItem_Prop(bUserMenuItem item, char[] context_data_path, char[] prop_id, int prop_index, char[] _pad0) {
|
||||
this.item = item;
|
||||
|
||||
Reference in New Issue
Block a user