Class MeshLineRenderer
Creates instances of a mesh along the line
Inheritance
MeshLineRenderer
Assembly: cs.temp.dll.dll
public class MeshLineRenderer : BaseMixedRealityLineRenderer
Properties
Declaration
public string ColorProperty { get; set; }
Property Value
Declaration
public Material LineMaterial { get; set; }
Property Value
Type |
Description |
Material |
|
Declaration
public Mesh LineMesh { get; set; }
Property Value
Methods
Declaration
protected virtual void OnEnable()
Declaration
protected override void UpdateLine()
Overrides