Click or drag to resize

ControlPointUIInitialize Method (ListTransform)

Initiates the component

Namespace:  BrydenWoodUnity.UIElements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void Initialize(
	List<Transform> sceneObject
)

Parameters

sceneObject
Type: System.Collections.GenericListTransform
The gameObject in scene to be moved by this control point
See Also