Lysa.nodes  0.0
Lysa 3D Engine
CharacterEventType Enum Referenceenum

Detailed Description

Event type constants emitted by Character nodes.

Lua full name: lysa.nodes.CharacterEventType

Constants

integer ON_COLLISION
 Fired whenever the character controller collides with another body; the event payload is a Collision.
 

Enumerator Documentation

integer ON_COLLISION

Fired whenever the character controller collides with another body; the event payload is a Collision.