PolygonShowControlPoints Method |
Shows and hides the control points
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void ShowControlPoints(
bool show
)
Public Sub ShowControlPoints (
show As Boolean
)
public:
void ShowControlPoints(
bool show
)
member ShowControlPoints :
show : bool -> unit
Parameters
- show
- Type: SystemBoolean
Whether to show or hide the control points
See Also