Versions in this module Expand all Collapse all v0 v0.2.0 May 24, 2026 v0.1.0 May 23, 2026 Changes in this version + type Advanced = class + type Any interface + AsJavaScriptObject func() Instance + type Extension struct + func (o *Extension[T]) AsJavaScriptObject() Instance + func (o *Extension[T]) AsObject() [1]gdreference.Object + func (o *Extension[T]) AsRefCounted() ie.RC + type ID Object.ID + func (id ID) Instance() (Instance, bool) + type Instance [1]gdclass.JavaScriptObject + var Nil Instance + func New() Instance + func (o Instance) AsJavaScriptObject() Instance + func (o Instance) AsObject() [1]gdreference.Object + func (o Instance) AsRefCounted() ie.RC + func (self *Instance) SetObject(obj [1]gdreference.Object) bool + func (self Instance) ID() ID + func (self Instance) Virtual(name string) reflect.Value + type Singleton = Extension[T]