Name | Type | Default | Description |
---|---|---|---|
width | number | 240 | optional |
height | number | 240 | optional |
fps | number | 30 | optional |
options | object | null | optional |
Classes
Members
StageクラスにセットされたrootのSpriteを返却します。
Returns the Sprite of the root set in the Stage class.現在のシーンで利用中のViewクラスを返却します。
Returns the View class that is being used in the current scene.- Default Value:
- null
現在のシーンで利用中のViewModelクラスを返却します。
Returns the ViewModel class that is being used in the current scene.- Default Value:
- null
現在のシーンで利用中のViewクラス名を返却します。
Returns the name of the View class currently being used in the current scene.- Default Value:
- "Top"