Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_anim_layer

    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_anim_layer

    Fields

    _anonymous_1

    Declaration
    public ufbx.ufbx_anim_layer._anonymous_1_struct _anonymous_1
    Field Value
    Type Description
    ufbx.ufbx_anim_layer._anonymous_1_struct

    _element_id_bitmask

    Declaration
    public ufbx.ufbx_anim_layer._element_id_bitmask_struct _element_id_bitmask
    Field Value
    Type Description
    ufbx.ufbx_anim_layer._element_id_bitmask_struct

    _max_element_id

    Declaration
    public uint _max_element_id
    Field Value
    Type Description
    uint

    _min_element_id

    Declaration
    public uint _min_element_id
    Field Value
    Type Description
    uint

    additive

    Declaration
    public bool additive
    Field Value
    Type Description
    bool

    anim

    Declaration
    public ufbx.ufbx_anim* anim
    Field Value
    Type Description
    ufbx_anim*

    anim_props

    Sorted by element,prop_name

    Declaration
    public ufbx.ufbx_anim_prop_list anim_props
    Field Value
    Type Description
    ufbx.ufbx_anim_prop_list

    anim_values

    Declaration
    public ufbx.ufbx_anim_value_list anim_values
    Field Value
    Type Description
    ufbx.ufbx_anim_value_list

    blended

    Declaration
    public bool blended
    Field Value
    Type Description
    bool

    compose_rotation

    Declaration
    public bool compose_rotation
    Field Value
    Type Description
    bool

    compose_scale

    Declaration
    public bool compose_scale
    Field Value
    Type Description
    bool

    weight

    Declaration
    public float weight
    Field Value
    Type Description
    float

    weight_is_animated

    Declaration
    public bool weight_is_animated
    Field Value
    Type Description
    bool

    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

    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