Click or drag to resize

VisualInstanceGetBase Method

Returns the RID of the resource associated with this VisualInstance. For example, if the Node is a MeshInstance, this will return the RID of the associated Mesh.

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

Return Value

Type: RID

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

See Also