Regenerated all the files
This commit is contained in:
@@ -11,17 +11,28 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class XrActionMapBinding {
|
||||
[DNAFieldAttribute(0, "XrActionMapBinding", "*next", 384)]
|
||||
public XrActionMapBinding ptr_next;
|
||||
[DNAFieldAttribute(1, "XrActionMapBinding", "*prev", 384)]
|
||||
public XrActionMapBinding ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "profile[256]", 1)]
|
||||
public char[] profile = new System.Char[256];
|
||||
[DNAFieldAttribute(4, "ListBase", "component_paths", 16)]
|
||||
public ListBase component_paths;
|
||||
[DNAFieldAttribute(5, "float", "float_threshold", 4)]
|
||||
public float float_threshold;
|
||||
[DNAFieldAttribute(6, "short", "axis_flag", 2)]
|
||||
public short axis_flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(8, "float", "pose_location[3]", 4)]
|
||||
public float[] pose_location = new System.Single[3];
|
||||
[DNAFieldAttribute(9, "float", "pose_rotation[3]", 4)]
|
||||
public float[] pose_rotation = new System.Single[3];
|
||||
public XrActionMapBinding(XrActionMapBinding ptr_next, XrActionMapBinding ptr_prev, char[] name, char[] profile, ListBase component_paths, float float_threshold, short axis_flag, char[] _pad, float[] pose_location, float[] pose_rotation) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user