InputHandle

Undocumented in source.
class InputHandle : Component {}

Members

Functions

Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Component

_entity
e.Entity _entity;
Undocumented in source.
entity
e.Entity entity [@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.
bind
void bind(e.Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
Cast
T Cast()
Undocumented in source. Be warned that the author may not have intended to support it.
CastType
void* CastType(TypeInfo targetType)
Undocumented in source. Be warned that the author may not have intended to support it.
Cast
auto Cast()
Undocumented in source. Be warned that the author may not have intended to support it.
Cast
auto Cast()
Undocumented in source. Be warned that the author may not have intended to support it.
OnComponentAdd
void OnComponentAdd()
Undocumented in source. Be warned that the author may not have intended to support it.
Awake
void Awake()
Undocumented in source. Be warned that the author may not have intended to support it.
Start
void Start()
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.
LateUpdate
void LateUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
OnMessage
void OnMessage(string op, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
hasUpdate
bool hasUpdate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasStart
bool hasStart [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasLateUpdate
bool hasLateUpdate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta