tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
Scene.add
tida
scene
Scene
Adds multiple instances at a time.
void
add
(T instance, size_t threadID)
void
add
(Instance[] instances, size_t threadID)
class
Scene
@
safe
final
void
add
(
Instance
[]
instances
,
size_t
threadID
= 0
)
Parameters
instances
Instance
[]
Instances.
threadID
size_t
In which thread to add execution.
Meta
Source
See Implementation
tida
scene
Scene
constructors
this
functions
add
getAssortedInstances
getInstanceByClass
getInstanceByMask
getInstanceByName
getInstanceByNameTag
getInstancesByMask
getThreadList
hasInstance
initThread
instanceDestroy
isThreadExists
sort
sortClear
worldCollision
properties
list
variables
bufferThread
camera
erentInstances
instances
isInit
name
Adds multiple instances at a time.