Class LineSketchObjectData
Inheritance
System.Object
LineSketchObjectData
Assembly: VRSketchingGeometry.dll
Syntax
public class LineSketchObjectData : SketchObjectData
Fields
ControlPoints
Declaration
public List<Vector3> ControlPoints
Field Value
| Type |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
|
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> |
|
Interpolation
Declaration
public LineSketchObjectData.InterpolationType Interpolation
Field Value
InterpolationSteps
Declaration
public int InterpolationSteps
Field Value
| Type |
Description |
| System.Int32 |
|
SketchMaterial
Declaration
public SketchMaterialData SketchMaterial
Field Value