AthenaClient.camera.switch ​
Functions ​
override ​
Usage
AthenaClient.camera.switch.override(functionName
, callback
): any
Parameters ​
Name | Type |
---|---|
functionName | "switchToMultiSecondpart" |
callback | (timeInMs : number , switchType : SWITCHOUT_TYPES ) => Promise <boolean > |
Returns ​
any
Defined in ​
switchToMultiSecondpart ​
Usage
AthenaClient.camera.switch.switchToMultiSecondpart(timeInMs
, switchType?
): Promise
<boolean
>
Zoom all the way out. Then zoom all the way in from the sky.
Parameters ​
Name | Type | Default value |
---|---|---|
timeInMs | number | undefined |
switchType | SWITCHOUT_TYPES | SWITCHOUT_TYPES.THREE_STEPS |
Returns ​
Promise
<boolean
>