Click or drag to resize

PolygonVertexSetGUIElement Method

Sets the GUI element to be used for moving the vertex

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetGUIElement(
	ControlPointUI cpui
)

Parameters

cpui
Type: BrydenWoodUnity.UIElementsControlPointUI
The Control Point UI element for moving the vertex
See Also