requestAnimationFrame reference.
Lifecycles can have children Lifecycles
Readonly
children$
When Scene Object has children amount changed, it emits this subject.
Readonly
destroy$
When Lifecycle Object is destroyed, it emits and closes this subject. Along with destroying his children, which in turn behave the same.
Readonly
disableWhen disableAutoSort is called, it emits this subject.
Readonly
disableWhen disableDebug is called, it emits this subject.
Scene doesn't have parent gameObject
Each Lifecycle Object has label for pixi debugging.
Scene has last update unix time stored.
Readonly
options
Options are assigned at creation.
Reference to Collision Detection System.
Readonly
update$
When Lifecycle Object is updated, it emits this subject. Along with updating his children, which in turn behave the same.
position x
position y
Protected
onRest
...children:
LifecycleProps[]
Rest
...children:
LifecycleProps[]
Rest
...children:
LifecycleProps[]
Static
destroy
Static
getStatic
instantiate
Static
update
base scene for front end rendering