Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_blend_keyframe

    Blend shape associated with a target weight in a series of morphs

    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_blend_keyframe

    Fields

    effective_weight

    The weight the shape should be currently applied with

    Declaration
    public float effective_weight
    Field Value
    Type Description
    float

    shape

    The target blend shape offsets.

    Declaration
    public ufbx.ufbx_blend_shape* shape
    Field Value
    Type Description
    ufbx_blend_shape*

    target_weight

    Weight value at which to apply the keyframe at full strength

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