Click or drag to resize

PoolInstanceCreated Event

Event fired when a new instance is Instantiate-d with this pool.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public event Action<Component> InstanceCreated
Request Example View Source

Value

Type: SystemActionComponent
See Also