Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_baked_vec3

    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_vec3

    Fields

    flags

    Additional information about the keyframe

    Declaration
    public ufbx.ufbx_baked_key_flags flags
    Field Value
    Type Description
    ufbx.ufbx_baked_key_flags

    time

    Time of the keyframe, in seconds

    Declaration
    public double time
    Field Value
    Type Description
    double

    value

    Value at time, can be linearly interpolated

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