Class: ComponentSystemRegistry

pc.ComponentSystemRegistry

Store, access and delete instances of the various ComponentSystems

Constructor

new ComponentSystemRegistry()

Create a new ComponentSystemRegistry
Source:

Methods

(private) add(system)

Add a component system to the registry.
Parameters:
Name Type Description
system Object The {pc.ComponentSystem} instance
Source:

(private) remove(system)

Remove a component system from the registry.
Parameters:
Name Type Description
system Object The {pc.ComponentSystem} instance
Source: