Struct ufbx.ufbx_blend_shape
Blend shape target containing the actual vertex offsets
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_blend_shape
Fields
_anonymous_1
Blend shape target containing the actual vertex offsets
Declaration
public ufbx.ufbx_blend_shape._anonymous_1_struct _anonymous_1
Field Value
normal_offsets
Declaration
public ufbx.ufbx_vec3_list normal_offsets
Field Value
num_offsets
Number of vertex offsets in the following arrays
Declaration
Field Value
offset_vertices
Indices to ufbx_mesh.vertices[]
Declaration
public ufbx.ufbx_uint32_list offset_vertices
Field Value
position_offsets
Always specified per-vertex offsets
Declaration
public ufbx.ufbx_vec3_list position_offsets
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
name
Declaration
public ufbx.ufbx_string name { get; }
Property Value
props
Declaration
public ufbx.ufbx_props props { get; }
Property Value
typed_id
Declaration
public uint typed_id { get; }
Property Value