Click or drag to resize

PoolerGetInstanceInfo Method (Component)

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(
	Component component
)
Request Example View Source

Parameters

component
Type: Component

Return Value

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