[Go to site: main page, start]

Interface SceneViewOptions

interface SceneViewOptions {
    controlledTokens?: string[];
    level?: string;
    transition?: { duration?: number; type?: string };
}
Index

Properties

controlledTokens?: string[]

The IDs of initially controlled tokens

level?: string

The ID of the Level to view

transition?: { duration?: number; type?: string }

The transition animation to used when viewing the scene

Type Declaration

  • Optionalduration?: number

    The duration of the transition animation

  • Optionaltype?: string

    The type of the transition animation