GameObjectPool.Count(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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