GameObjectPool.Count(String) Method

Definition

Gets the number of game objects in the pool for a specific identifier.

public:
 int Count(System::String ^ objectIdentifier);
public int Count (string objectIdentifier);
member this.Count : string -> int
Public Function Count (objectIdentifier As String) As Integer

Parameters

objectIdentifier
String

Returns

Int32

Applies to