Show / Hide Table of Contents

Class RibbonSketchObjectData

Contains the serialization data of a PatchSketchObject.

Inheritance
System.Object
SerializableComponentData
SketchObjectData
RibbonSketchObjectData
Inherited Members
SerializableComponentData.Position
SerializableComponentData.Rotation
SerializableComponentData.Scale
SerializableComponentData.ApplyDataToTransform(Transform)
SerializableComponentData.SetDataFromTransform(Transform)
Namespace: VRSketchingGeometry.Serialization
Assembly: VRSketchingGeometry.dll
Syntax
public class RibbonSketchObjectData : SketchObjectData
Remarks

Original author: tterpi

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
Type Description
SketchMaterialData
In This Article
Back to top Generated by DocFX