Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_cache_channel

    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_cache_channel

    Fields

    frames

    List of frames belonging to this channel. Sorted by time (ufbx_cache_frame.time).

    Declaration
    public ufbx.ufbx_cache_frame_list frames
    Field Value
    Type Description
    ufbx.ufbx_cache_frame_list

    interpretation

    What does the data in this channel represent.

    Declaration
    public ufbx.ufbx_cache_interpretation interpretation
    Field Value
    Type Description
    ufbx.ufbx_cache_interpretation

    interpretation_name

    Source name for interpretation, especially useful if interpretation is UFBX_CACHE_INTERPRETATION_UNKNOWN.

    Declaration
    public ufbx.ufbx_string interpretation_name
    Field Value
    Type Description
    ufbx.ufbx_string

    mirror_axis

    Axis to mirror the frames by.

    Declaration
    public ufbx.ufbx_mirror_axis mirror_axis
    Field Value
    Type Description
    ufbx.ufbx_mirror_axis

    name

    Name of the geometry cache channel.

    Declaration
    public ufbx.ufbx_string name
    Field Value
    Type Description
    ufbx.ufbx_string

    scale_factor

    Factor to scale the geometry by.

    Declaration
    public float scale_factor
    Field Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX