Click or drag to resize

TriggerableSetTransformValuesHandleComponentAdded Method

If a TransformValueSetter is added to this Component, we will automatically add it to our 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
The TransformValueSetter to add. If this isn't the correct type, it will be ignored silently.

Implements

IComponentAddedHandler.HandleComponentAdded(Component)
See Also