Click or drag to resize

PhysicsServerFreeRid Method

Destroys any of the objects created by PhysicsServer. If the RID passed is not one of the objects that can be created by PhysicsServer, an error will be sent to the console.

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

Parameters

rid
Type: GodotRID

[Missing <param name="rid"/> documentation for "M:Godot.PhysicsServer.FreeRid(Godot.RID)"]

See Also