IEntity

IEntity

This interface is used internaly only, do not implement it

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