aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
ComponentManager.idOf
aurorafw
entity
componentmanager
ComponentManager
idOf
string
idOf
()
class
ComponentManager
@
safe
pure static
string
idOf
(
C
:
IComponent
)
(
)
string
idOf
(C component)
Return Value
Type:
string
the id of a given component
Examples
world
.
component
.
idOf
!
Foo
;
Meta
Source
See Implementation
aurorafw
entity
componentmanager
ComponentManager
static functions
idOf
idOf