RID

The RID type is used to access the unique integer ID of a resource. They are opaque, so they do not grant access to the associated resource by themselves. They are used by and with the low-level Server classes such as VisualServer.

Constructors

this
this(Resource resource)

Get the RID of a Resource

Members

Aliases

opCast
alias opCast(T : bool) = isValid
Undocumented in source.

Functions

getId
int getId()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()

Variables

_godot_rid
godot_rid _godot_rid;
Undocumented in source.

Meta