Function GodotObject.free
Deletes the object from memory. Any pre-existing reference to the freed object will now return null
.
void free() nothrow @nogc;
Deletes the object from memory. Any pre-existing reference to the freed object will now return null
.
void free() nothrow @nogc;