Class SpeckleUnityPoint
Display Point. Uses a line renderer for display. The material is assigned by the
SpeckleUnityReceiver
.
Inheritance
System.Object
SpeckleUnityPoint
Assembly: cs.temp.dll.dll
Syntax
public class SpeckleUnityPoint : SpeckleUnityGeometry
Constructors
SpeckleUnityPoint(String, Vector3)
Declaration
public SpeckleUnityPoint(string type, Vector3 point)
Parameters
Type |
Name |
Description |
System.String |
type |
|
Vector3 |
point |
|
Fields
lineRenderer
Declaration
public LineRenderer lineRenderer
Field Value
Type |
Description |
LineRenderer |
|
point
Declaration
Field Value