Skip to content

pool_local

Kamran Wali edited this page Dec 2, 2024 · 5 revisions

Inherits: base_pool

Inherited By: COP_pool_manager_local_template

Description

pool_local uses physics_process_manager_local or process_manager_local update manager for updating per frame.

Tutorial

Properties

Type Name Default Value
COP_UpdateManager update_manager

Methods

Return Type Name
void _add_self_to_manager

Property Descriptions

COP_UpdateManager update_manager

This is the reference to the update manager.


Method Descriptions

void _add_self_to_manager ()

This method adds the pool object manager to the update manager.


Clone this wiki locally