Click or drag to resize

NamedGameObjectPoolManager Methods

[This is preliminary documentation and is subject to change.]

The NamedGameObjectPoolManager type exposes the following members.

Methods
  NameDescription
Public methodAcquire(String)
Acquires an instance of the source object with the specified name, from an attached pool.
Public methodAcquire(String, Transform)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodAcquire(String, Transform, Boolean)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodAcquire(String, Vector3, Quaternion)
Acquires an instance of the source object with the specified name from an attached pool, and sets its position and rotation.
Public methodAcquire(String, Vector3, Quaternion, Transform)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform, position and rotation.
Public methodCanAcquire
Determines whether an instance of the source object with the specified name can be acquired from its pool.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetGameObject
Gets the GameObject that is currently assigned the specified name.
Public methodGetHashCode (Inherited from Object.)
Public methodGetName
Gets the name that is currently assigned to the specified GameObject.
Public methodGetPool
Gets the pool that handles instances of the source object with the specified name. The manager must contain a matching pool to use this method.
Public methodGetPooledCount
Gets the number of instances of the object with the specified name contained in the pool.
Public methodGetType (Inherited from Object.)
Public methodHasName(String)
Determines whether the specified name is currently assigned.
Public methodHasName(GameObject)
Determines whether the specified GameObject is currently assigned a name.
Public methodHasPool
Determines whether the manager has a pool that handles instances of the source object with the specified name.
Public methodIsPoolEmpty
Determines whether the pool is empty for instances of the object with the specified name.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnChanged
Raises the Changed event.
Public methodRelease
Releases an instance of a game object that was previously acquired from a pool.
Public methodRemoveName(String)
Removes the specified named access.
Public methodRemoveName(GameObject)
Removes the named access to the specified GameObject.
Public methodSetName
Assigns a name to the specified GameObject.
Public methodToString (Inherited from Object.)
Public methodTryAcquire(String, GameObject)
Acquires an instance of the source object with the specified name, from an attached pool.
Public methodTryAcquire(String, Transform, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodTryAcquire(String, Transform, Boolean, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform.
Public methodTryAcquire(String, Vector3, Quaternion, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its position and rotation.
Public methodTryAcquire(String, Vector3, Quaternion, Transform, GameObject)
Acquires an instance of the source object with the specified name from an attached pool, and sets its parent transform, position and rotation.
Public methodTryGetGameObject
Gets the GameObject that is currently assigned the specified name.
Public methodTryGetName
Gets the name that is currently assigned to the specified GameObject.
Public methodTryGetPool
Gets the pool that handles instances of the source object with the specified name.
Top
See Also