Click or drag to resize

TriggerHandleComponentAdded Method

Can be called by ITriggerables to add to the Triggerables array. If a ITriggerable is added to this component, it will be added to the array.

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void HandleComponentAdded(
	Component addedComponent
)

Parameters

addedComponent
Type: Component
An ITriggerable MonoBehaviour to add to the Triggerables array

Implements

IComponentAddedHandler.HandleComponentAdded(Component)
See Also