add_components
Description:
[ Version ( since = "0.15.0" ) ]
public bool add_components (GenericArray<Component> cpts) throws Error
public bool add_components (GenericArray<Component> cpts) throws Error
Register a set of components with the pool temporarily.
Data from components added like this will not be cached.
Parameters:
this |
An instance of Pool |
cpts |
Array of components to add to the pool. |
Returns:
true if the new components were successfully added to the pool. |