Click or drag to resize

PoolerGetInstanceInfo Method (GameObject)

Get information about a pool instance.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static PoolInstanceInfo GetInstanceInfo(
	GameObject gameObject
)
Request Example View Source

Parameters

gameObject
Type: GameObject

Return Value

Type: PoolInstanceInfo
An instance of the PoolInstanceInfo class.
See Also