Click or drag to resize

ResourceGetRid Method

Returns the RID of the resource (or an empty RID). Many resources (such as Texture, Mesh, etc) are high-level abstractions of resources stored in a server, so this function will return the original RID.

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

Return Value

Type: RID

[Missing <returns> documentation for "M:Godot.Resource.GetRid"]

See Also