Search
Preparing search index...
The search index is not available
@akashic/akashic-engine - v2.6.7
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"lib/main.d"
g
SceneState
Enumeration SceneState
そのSceneの状態を表す列挙子。
Destroyed: すでに破棄されているシーンで、再利用が不可能になっている状態を表す
Standby: 初期化された状態のシーンで、シーンスタックへ追加されることを待っている状態を表す
Active: シーンスタックの一番上にいるシーンで、ゲームのカレントシーンとして活性化されている状態を表す
Deactive: シーンスタックにいるが一番上ではないシーンで、裏側で非活性状態になっていることを表す
BeforeDestroyed: これから破棄されるシーンで、再利用が不可能になっている状態を表す
Index
Enumeration members
Active
Before
Destroyed
Deactive
Destroyed
Standby
Enumeration members
Active
Active
:
= 2
Before
Destroyed
Before
Destroyed
:
= 4
Deactive
Deactive
:
= 3
Destroyed
Destroyed
:
= 0
Standby
Standby
:
= 1
Globals
Scene
State
Active
Before
Destroyed
Deactive
Destroyed
Standby
Generated using
TypeDoc
そのSceneの状態を表す列挙子。