Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_extrapolation_mode

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_extrapolation_mode

    Fields

    Name Description
    UFBX_EXTRAPOLATION_CONSTANT

    Use the value of the first/last keyframe

    UFBX_EXTRAPOLATION_FORCE_32BIT
    UFBX_EXTRAPOLATION_MIRROR

    Repeat with mirroring

    UFBX_EXTRAPOLATION_REPEAT

    Repeat the whole animation curve

    UFBX_EXTRAPOLATION_REPEAT_RELATIVE

    Repeat the animation curve but connect the first and last keyframe values

    UFBX_EXTRAPOLATION_SLOPE

    Use the tangent of the last keyframe to linearly extrapolate

    In this article
    Back to top Generated by DocFX