Click or drag to resize

Physics2DServerBodyIsOmittingForceIntegration Method

Returns 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 bool BodyIsOmittingForceIntegration(
	RID body
)

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.Physics2DServer.BodyIsOmittingForceIntegration(Godot.RID)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Physics2DServer.BodyIsOmittingForceIntegration(Godot.RID)"]

See Also