Version: 2023.1
言語: 日本語

SimulationStage

enumeration

マニュアルに切り替える

説明

A flag enum to determine which simulation stages to run.

See Also: 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.