MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetEnableSimulation

Function GetEnableSimulation

Source/Engine/Physics/Actors/RigidBody.h:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 /// </summary>
89 API_PROPERTY(Attributes="EditorOrder(20), DefaultValue(true), EditorDisplay(\"Rigid Body\")")
90 FORCE_INLINE bool GetEnableSimulation() const
91 {
92 return _enableSimulation != 0;
93 }
94
95 /// <summary>
96 /// If true simulation and collisions detection will be enabled for the rigidbody.

Callers 9

SetEnableSimulationMethod · 0.85
SleepMethod · 0.85
WakeUpMethod · 0.85
AddForceMethod · 0.85
AddForceAtPositionMethod · 0.85
AddTorqueMethod · 0.85
BeginPlayMethod · 0.85
OnTransformChangedMethod · 0.85
OnPhysicsSceneChangedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected