Skip to content

ECS Framework API v2.1.50


ECS Framework API / IPoolable

Interface: IPoolable

Defined in: Utils/Pool/IPoolable.ts:4

可池化对象接口

Methods

reset()

reset(): void

Defined in: Utils/Pool/IPoolable.ts:8

重置对象状态,准备重用

Returns

void

Released under the MIT License.