- AddComponent
auto AddComponent(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- AddComponent
auto AddComponent(Component component)
Undocumented in source. Be warned that the author may not have intended to support it.
- AddComponent
auto AddComponent(T component)
Undocumented in source. Be warned that the author may not have intended to support it.
- Clone
Entity Clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- Destory
void Destory()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetComponent
auto GetComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
- RemoveComponent
bool RemoveComponent(Component component)
Undocumented in source. Be warned that the author may not have intended to support it.
- RemoveComponent
bool RemoveComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
- RemoveComponents
bool RemoveComponents()
Undocumented in source. Be warned that the author may not have intended to support it.
- SendMessage
void SendMessage(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- onActive
void onActive()
Undocumented in source. Be warned that the author may not have intended to support it.