documentation

Visometry.VisionLib.SDK.Core.WorkSpaceGeometryEditor Class Reference

Editor script modifying and displaying relevant WorkSpaceGeometry values. More...

Inherits Editor.

Public Member Functions

override void OnInspectorGUI ()
 

Static Public Member Functions

static void DrawSingleSelectedGeometryGizmos (WorkSpaceGeometry geometry, GizmoType gizmoType)
 Draw vertices if a geometry creator object is selected. Draw them white, if it's the Origin, blue if it's the Destination.
 
static void PaintVertices (Vector3[] vertices, Color paintColor, Transform trans=null)
 Draw wiresphere at given coordinates. More...
 

Detailed Description

Editor script modifying and displaying relevant WorkSpaceGeometry values.

Member Function Documentation

◆ PaintVertices()

static void Visometry.VisionLib.SDK.Core.WorkSpaceGeometryEditor.PaintVertices ( Vector3[]  vertices,
Color  paintColor,
Transform  trans = null 
)
inlinestatic

Draw wiresphere at given coordinates.

Parameters
verticesPoints to be drawn
paintColorGizmo color
transTransform applied to the points before drawing