Skip to main content

eva.js.system

Home > @eva/eva.js > System

System class

Signature:
declare class System<T extends {} = {}> 

Constructors

ConstructorModifiersDescription
(constructor)(params)Constructs a new instance of the System class

Properties

PropertyModifiersTypeDescription
__systemDefaultParamsT
componentObserverComponentObserver
gameGame
namestring
observerInfostaticPureObserverInfo
startedboolean
systemNamestaticstring

Methods

MethodModifiersDescription
awake()?(Optional)
destroy()
init(param)?(Optional)
lateUpdate(e)?(Optional)
onDestroy()?(Optional)
onPause()?(Optional)
onResume()?(Optional)
start()?(Optional)
update(e)?(Optional)