Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SimulationOption

An enumerator that specifies physics simulation options.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public enum SimulationOption : ushort

Fields

Value

Description

AllShorthand for all SimulationOption flags.
IgnoreEmptyScenesDefine whether or not to skip the simulation if there are no active physics objects in the scene.
NoneShorthand for no SimulationOption flags.
SyncTransformsDefine whether or not to sync modified Transform poses to the physics system.