Click or drag to resize

VisualServerFreeRid Method

Tries to free an object in the VisualServer.

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.VisualServer.FreeRid(Godot.RID)"]

See Also