Class GodotScript

Base class for D native scripts. Native script instances will be attached to a Godot (C++) object of Base class.

class GodotScript(Base)
  
if (isGodotBaseClass!Base);

Methods

NameDescription
opCast HACK to work around evil bug in which cast(void*) invokes alias this