1class ComponentEntityDebug
extends Component
override void DebugBBoxDelete()
override void DebugDirectionDelete()
override Shape DebugDirectionDraw(float distance=1)
Shape m_DebugShapeDirection
override Shape DebugBBoxDraw()
override void DebugBBoxSetColor(int color)
float m_DebugShapeDirectionDist
static Shape DrawBox(vector pos1, vector pos2, int color=0x1fff7f7f)
static Shape DrawArrow(vector from, vector to, float size=0.5, int color=0xFFFFFFFF, int flags=0)
EntityEvent
Entity events for event-mask, or throwing event from code.