Component

Undocumented in source.

Constructors

this
this(T t)
Undocumented in source.
this
this(void* component, ComponentStorage storage)
Undocumented in source.

Members

Functions

Cast
auto Cast()
Undocumented in source. Be warned that the author may not have intended to support it.
Clone
Component Clone()
Undocumented in source. Be warned that the author may not have intended to support it.
FindFunction
T FindFunction(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
FindFunction
bool FindFunction(T t, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
RunFunction
ReturnType!T RunFunction(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
RunFunction
void RunFunction(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

component
void* component;
Undocumented in source.
storage
ComponentStorage storage;
Undocumented in source.
type
TypeInfo type;
Undocumented in source.

Meta