Struct ufbx.ufbx_line_curve
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_line_curve
Fields
_anonymous_1
Declaration
public ufbx.ufbx_line_curve._anonymous_1_struct _anonymous_1
Field Value
color
Declaration
public ufbx.ufbx_vec3 color
Field Value
control_points
List of possible values the line passes through
Declaration
public ufbx.ufbx_vec3_list control_points
Field Value
from_tessellated_nurbs
Declaration
public bool from_tessellated_nurbs
Field Value
point_indices
Indices to control_points[]
the line goes through
Declaration
public ufbx.ufbx_uint32_list point_indices
Field Value
segments
Declaration
public ufbx.ufbx_line_segment_list segments
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
instances
Declaration
public ufbx.ufbx_node_list instances { 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