Click or drag to resize

SpringArmRemoveExcludedObject Method

Removes the given RID from the list of PhysicsBody objects excluded from the collision check.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool RemoveExcludedObject(
	RID RID
)

Parameters

RID
Type: GodotRID

[Missing <param name="RID"/> documentation for "M:Godot.SpringArm.RemoveExcludedObject(Godot.RID)"]

Return Value

Type: Boolean

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

See Also