Click or drag to resize

SpringArmAddExcludedObject Method

Adds the PhysicsBody object with the given RID to the list of PhysicsBody objects excluded from the collision check.

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

Parameters

RID
Type: GodotRID

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

See Also