This version of Unity is unsupported.

SimulationStage

enumeration

Description

A flag enum to determine which simulation stages to run.

See Also: Physics.RunSimulationStage, PhysicsScene.RunSimulationStage.

Properties

NoneShorthand for none of the SimulationStages.
PrepareSimulationThis stage prepares the physics scene for simulation.
RunSimulationThis stage advances the scene in time.
PublishSimulationResultsThis stage publishes simulation results.
AllShorthand for combining all the SimulationStages.