@cccode/fxr - v22.0.0

    Interface IHermiteKeyframe<T>

    interface IHermiteKeyframe<T extends ValueType> {
        position: number;
        tangent1: TypeMap.PropertyValue[T];
        tangent2: TypeMap.PropertyValue[T];
        value: TypeMap.PropertyValue[T];
    }

    Type Parameters

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

    position: number
    MMNEPVFCICPMFPCPTTAAATR