Skip to content

Latest commit

 

History

History
89 lines (41 loc) · 991 Bytes

File metadata and controls

89 lines (41 loc) · 991 Bytes

Home > server > SimulationEvent

SimulationEvent enum

Event types a Simulation instance can emit. See SimulationEventPayloads for the payloads.

Signature:

export declare enum SimulationEvent 

Enumeration Members

Member

Value

Description

DEBUG_RAYCAST

"SIMULATION.DEBUG_RAYCAST"

DEBUG_RENDER

"SIMULATION.DEBUG_RENDER"

STEP_END

"SIMULATION.STEP_END"

STEP_START

"SIMULATION.STEP_START"