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
Syntaxpublic void SetGUIElement(
ControlPointUI cpui
)
Public Sub SetGUIElement (
cpui As ControlPointUI
)
public:
void SetGUIElement(
ControlPointUI^ cpui
)
member SetGUIElement :
cpui : ControlPointUI -> unit
Parameters
- cpui
- Type: BrydenWoodUnity.UIElementsControlPointUI
The Control Point UI element for moving the vertex
See Also