Skip to content

Interface: IFreeable

IFreeable defines the contract for an object that either is poolable or contains poolable elements, allowing the object to be freed/it's constituent parts freed back to object pools.

Hierarchy

Implemented by

Table of contents

Methods

Methods

Free

Free(): void

Free releases an object or it's constituent parts back into any available object pools.

Returns: void