Function: Destroy()
Destroy(
target,propertyKey):void
Defined in: core/src/decorators/ObjectDecorators.ts:10
Apply this to a class function to mark it as a destructor to be called by the ObjectFactory during cleanup.
Parameters
target
any
propertyKey
string
Returns
void