Click or drag to resize

PhysicsServerBodySetOmitForceIntegration Method

Sets whether a body uses a callback function to calculate its own physics (see BodySetForceIntegrationCallback(RID, Object, String, Object)).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void BodySetOmitForceIntegration(
	RID body,
	bool enable
)

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.PhysicsServer.BodySetOmitForceIntegration(Godot.RID,System.Boolean)"]

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.PhysicsServer.BodySetOmitForceIntegration(Godot.RID,System.Boolean)"]

See Also