Function GodotObject.toString

Returns a String representing the object. If not overridden, defaults to "ClassName:RID". Override the method toString to customize the String representation.

String toString() nothrow @nogc;