Disposable interface
Defines a disposable (deletable) object in DX Engine.
Disposing objects is commonly used in a variety of scenarios, such as
- Removing items from a
Scene
- Removing a
Promise
- Stopping
delayed
functions from executing
Methods
dispose | (self) -> None |
Disposes this object, effectively turning this into an unmanaged resource. |