Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_anim_opts

    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_opts

    Fields

    _begin_zero

    Declaration
    public uint _begin_zero
    Field Value
    Type Description
    uint

    _end_zero

    Declaration
    public uint _end_zero
    Field Value
    Type Description
    uint

    ignore_connections

    Ignore connected properties

    Declaration
    public bool ignore_connections
    Field Value
    Type Description
    bool

    layer_ids

    Animation layers indices. Corresponding to ufbx_scene.anim_layers[], aka ufbx_anim_layer.typed_id.

    Declaration
    public ufbx.ufbx_const_uint32_list layer_ids
    Field Value
    Type Description
    ufbx.ufbx_const_uint32_list

    override_layer_weights

    Override layer weights, parallel to ufbx_anim_opts.layer_ids[].

    Declaration
    public ufbx.ufbx_const_real_list override_layer_weights
    Field Value
    Type Description
    ufbx.ufbx_const_real_list

    prop_overrides

    Property overrides. These allow you to override FBX properties, such as 'UFBX_Lcl_Rotation`.

    Declaration
    public ufbx.ufbx_const_prop_override_desc_list prop_overrides
    Field Value
    Type Description
    ufbx.ufbx_const_prop_override_desc_list

    result_allocator

    Allocator used to create the ufbx_anim

    Declaration
    public ufbx.ufbx_allocator_opts result_allocator
    Field Value
    Type Description
    ufbx.ufbx_allocator_opts

    transform_overrides

    Transform overrides. These allow you to override individual nodes' ufbx_node.local_transform.

    Declaration
    public ufbx.ufbx_const_transform_override_list transform_overrides
    Field Value
    Type Description
    ufbx.ufbx_const_transform_override_list
    In this article
    Back to top Generated by DocFX