Life

Undocumented in source.

Members

Functions

Awake
void Awake()
Undocumented in source. Be warned that the author may not have intended to support it.
OnCollision
void OnCollision(Collider c)
Undocumented in source. Be warned that the author may not have intended to support it.
Push
void Push(vec2 dir, float force)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ComponentBase
Undocumented in source.

Variables

collider
Collider collider;
Undocumented in source.
energy
Energy energy;
Undocumented in source.
rigidbody
Rigidbody rigidbody;
Undocumented in source.

Mixed In Members

From mixin ComponentBase

_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.

Meta