Vreo
    Preparing search index...

    Interface CameraMovementPluginExportType

    interface CameraMovementPluginExportType {
        move(
            moveArgs: Partial<MoveArgs>,
            duration: number,
            opts?: MoveOpts,
        ): Promise<boolean>;
        rotate(
            args: RotateArgs,
            duration: number,
            opts?: RotateOpts,
        ): Promise<boolean>;
    }
    Index

    Methods

    Methods