# Interface: Poolable
Objects implementing this interface will have reset called when passed to Pool.free.
# Table of contents
# Methods
# Methods
# reset
▸ Optional
reset(): void
Resets the object for reuse. Object references should be nulled/undefined and fields may be set to default values.
# Returns
void