Click or drag to resize

VisualInstanceGetInstance Method

Returns the RID of this instance. This RID is the same as the RID returned by InstanceCreate. This RID is needed if you want to call VisualServer functions directly on this VisualInstance.

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

Return Value

Type: RID

[Missing <returns> documentation for "M:Godot.VisualInstance.GetInstance"]

See Also