@ascentbv/ts-common - v1.0.220
    Preparing search index...

    Interface FrameDef

    interface FrameDef {
        pos: Vector3;
        rot: Vector2;
        duration?: number;
        easing?: EasingType;
        hold?: number;
        spline?: SplineCurve;
        commands?: string[];
        fade?: FadeOptions;
    }
    Index

    Properties

    pos: Vector3
    rot: Vector2
    duration?: number
    easing?: EasingType
    hold?: number
    spline?: SplineCurve
    commands?: string[]