Enum SoftBody3D.DisableModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum SoftBody3D.DisableModeEnum : long
Fields
KeepActive = 1
When ProcessMode is set to Disabled, do not affect the physics simulation.
Remove = 0
When ProcessMode is set to Disabled, remove from the physics simulation to stop all physics interactions with this SoftBody3D.
Automatically re-added to the physics simulation when the Node is processed again.