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.