getGodotObject

Undocumented in source. Be warned that the author may not have intended to support it.
  1. GodotClass!T getGodotObject(T t)
  2. GodotClass!(NonRef!R) getGodotObject(R r)
    @nogc nothrow
    getGodotObject
    (
    R
    )
    (
    auto ref R r
    )
    if (
    is(R : Ref!U,
    U
    )
    )

Meta