aurorafw v0.0.1-alpha.4 (2019-12-08T19:02:26Z)
Dub
Repo
IEntity
aurorafw
entity
ientity
IEntity
This interface is used internaly only, do not implement it
interface
IEntity {
void
add
(string id);
void
remove
(string id);
T
get
();
IComponent
[]
getAll
();
bool
contains
(string id);
bool
containsAll
(string[] ids);
bool
containsAny
(string[] ids);
}
Members
Functions
add
void
add
(string id)
Undocumented in source.
contains
bool
contains
(string id)
Undocumented in source.
containsAll
bool
containsAll
(string[] ids)
Undocumented in source.
containsAny
bool
containsAny
(string[] ids)
Undocumented in source.
get
T
get
()
Undocumented in source.
getAll
IComponent
[]
getAll
()
Undocumented in source.
remove
void
remove
(string id)
Undocumented in source.
Meta
Source
See Implementation
aurorafw
entity
ientity
interfaces
IEntity
IEntity
This interface is used internaly only, do not implement it