Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_line_curve

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    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
    Type Description
    ufbx.ufbx_line_curve._anonymous_1_struct

    color

    Declaration
    public ufbx.ufbx_vec3 color
    Field Value
    Type Description
    ufbx.ufbx_vec3

    control_points

    List of possible values the line passes through

    Declaration
    public ufbx.ufbx_vec3_list control_points
    Field Value
    Type Description
    ufbx.ufbx_vec3_list

    from_tessellated_nurbs

    Tessellation (result)

    Declaration
    public bool from_tessellated_nurbs
    Field Value
    Type Description
    bool

    point_indices

    Indices to control_points[] the line goes through

    Declaration
    public ufbx.ufbx_uint32_list point_indices
    Field Value
    Type Description
    ufbx.ufbx_uint32_list

    segments

    Declaration
    public ufbx.ufbx_line_segment_list segments
    Field Value
    Type Description
    ufbx.ufbx_line_segment_list

    Properties

    element

    Declaration
    public ufbx.ufbx_element element { get; }
    Property Value
    Type Description
    ufbx.ufbx_element

    element_id

    Declaration
    public uint element_id { get; }
    Property Value
    Type Description
    uint

    instances

    Declaration
    public ufbx.ufbx_node_list instances { get; }
    Property Value
    Type Description
    ufbx.ufbx_node_list

    name

    Declaration
    public ufbx.ufbx_string name { get; }
    Property Value
    Type Description
    ufbx.ufbx_string

    props

    Declaration
    public ufbx.ufbx_props props { get; }
    Property Value
    Type Description
    ufbx.ufbx_props

    typed_id

    Declaration
    public uint typed_id { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX