| 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. |
no outgoing calls
no test coverage detected