Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_baked_prop

    Baked property animation.

    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_baked_prop

    Fields

    constant_value

    The value of the property is constant for the whole animation.

    Declaration
    public bool constant_value
    Field Value
    Type Description
    bool

    keys

    Property value keys.

    Declaration
    public ufbx.ufbx_baked_vec3_list keys
    Field Value
    Type Description
    ufbx.ufbx_baked_vec3_list

    name

    Name of the property, eg. "Visibility".

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