Skip to content

ActorPool

Struct

Source: ActorTouchController.h

Description

Fixed-size pool for managing draggable actors

Uses a fixed array to avoid dynamic memory allocation. Maximum 8 actors can be registered for touch dragging.

Released under the MIT License.