@minecraft/server-editor
    Preparing search index...

    Interface IVector3KeyframeBeta

    A keyframe in a Vector3 Timeline Player entry

    interface IVector3Keyframe {
        id: string;
        time: number;
        value: Vector3;
    }
    Index

    Properties

    Properties

    id: string
    time: number
    value: Vector3