Entity

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

AddComponent
T AddComponent(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
AddComponent
T AddComponent(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
AddComponent
T* AddComponent(Args args)
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
T GetComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
GetComponent
T GetComponent(T component)
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.
SendMessage
void SendMessage(string op, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

Components
const(Component[]) Components [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
inScene
bool inScene [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transform
t.Transform transform [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

active
bool active;
Undocumented in source.
arrayIndex
size_t arrayIndex;
Undocumented in source.
components
Component[] components;
Undocumented in source.
name
string name;
Undocumented in source.
sprite
Sprite sprite;
Undocumented in source.
transform_
t.Transform transform_;
Undocumented in source.
valid
bool valid;
Undocumented in source.

Meta