Packagesekati.core
Interfacepublic interface ICoreInterface
ImplementorsAbstractTextField, CoreObject, CoreSprite

The core interface in the Sekati API.



Public Methods
 MethodDefined by
  
destroy():void
Clean and destroy object instance contents/self for garbage collection.
ICoreInterface
  
toString():String
Return the Fully Qualified Class Name string representation of the instance object via sekati.reflect.Stringifier.
ICoreInterface
Method detail
destroy()method
public function destroy():void

Clean and destroy object instance contents/self for garbage collection. Always call destroy() before deleting last object pointer.

toString()method 
public function toString():String

Return the Fully Qualified Class Name string representation of the instance object via sekati.reflect.Stringifier.

Returns
String — String