Class LineBrush
Inheritance
System.Object
LineBrush
Assembly: VRSketchingGeometry.dll
Syntax
public class LineBrush : Brush
Fields
CrossSectionNormals
Declaration
public List<Vector3> CrossSectionNormals
Field Value
| Type |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
|
CrossSectionScale
Declaration
public float CrossSectionScale
Field Value
| Type |
Description |
| System.Single |
|
CrossSectionVertices
Declaration
public List<Vector3> CrossSectionVertices
Field Value
| Type |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
|
InterpolationSteps
Declaration
public int InterpolationSteps
Field Value
| Type |
Description |
| System.Int32 |
|