godot.d.reference

Undocumented in source.

Members

Functions

refOrT
RefOrT!T refOrT(T instance)

Create a Ref from a pointer without incrementing refcount.

refOrTInc
RefOrT!T refOrTInc(T instance)

Create a Ref from a pointer and increment refcount.

Structs

Ref
struct Ref(T)

Ref-counted container for Reference types

Meta