Version: 2023.2

SimulationStage

enumeration

切换到手册

描述

A flag enum to determine which simulation stages to run.

Additional resources: Physics.RunSimulationStage, PhysicsScene.RunSimulationStage.

变量

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.