tida v0.1.3 (2022-04-24T19:31:37Z)
Home
Dub
Repo
SceneManager.add
tida
scenemanager
SceneManager
Creates and adds a scene to the list.
void
add
(T scene)
void
add
()
class
SceneManager
@
safe
@
trusted
void
add
(
T
)
(
)
Parameters
T
Scene name.
Examples
sceneManager
.
add
!
MyScene
;
Meta
Source
See Implementation
tida
scenemanager
SceneManager
constructors
this
destructors
~this
functions
add
callDraw
callEvent
callGameExit
callGameStart
callOnError
callStep
close
componentExplore
destroyEventCall
destroyEventSceneCall
free
gameRestart
getComponentEvents
getInstanceEvents
getSceneEvents
globalTrigger
gotoin
hasScene
inbegin
initThread
instanceExplore
lazyAdd
lazyGroupAdd
pauseThread
remove
removeHandle
resumeThread
stopThread
trigger
properties
context
current
initable
isThereGoto
ofbegin
ofend
previous
restarted
scenes
templates
attributeIn
hasAttrib
hasMatch
variables
api
apiError
countStartThreads
functionPerThread
maxThreads
threadAPI
Creates and adds a scene to the list.