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

    Interface ResolvedFrame

    interface ResolvedFrame {
        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[]