PoolableObject.GetAllPoolableObjectsOfMyKind Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Retrieves an array of all poolable objects of this kind (instantiated from the same prefab as this instance).

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public PoolableObject[] GetAllPoolableObjectsOfMyKind(
	bool includeInactiveObjects
)

Parameters

includeInactiveObjects
Type: System..::..Boolean
If enabled, the returned array will also include the inactive objects in the pool.

Return Value

Type: array<PoolableObject>[]()[][]
The array of poolable objects.

See Also