Class RibbonSketchObjectData
Inheritance
System.Object
RibbonSketchObjectData
Assembly: VRSketchingGeometry.dll
Syntax
public class RibbonSketchObjectData : SketchObjectData
Fields
ControlPointOrientations
Declaration
public List<Quaternion> ControlPointOrientations
Field Value
| Type |
Description |
| System.Collections.Generic.List<UnityEngine.Quaternion> |
|
ControlPoints
Declaration
public List<Vector3> ControlPoints
Field Value
| Type |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
|
CrossSectionScale
Declaration
public Vector3 CrossSectionScale
Field Value
| Type |
Description |
| UnityEngine.Vector3 |
|
CrossSectionVertices
Declaration
public List<Vector3> CrossSectionVertices
Field Value
| Type |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
|
SketchMaterial
Declaration
public SketchMaterialData SketchMaterial
Field Value