Struct ControlPoint
Assembly: Unity.2D.Path.Editor.dll
Syntax
[Serializable]
public struct ControlPoint
Fields
brokenCache
Declaration
public TangentCache brokenCache
Field Value
continuousCache
Declaration
public TangentCache continuousCache
Field Value
localLeftTangent
Declaration
public Vector3 localLeftTangent
Field Value
localRightTangent
Declaration
public Vector3 localRightTangent
Field Value
mirrorLeft
Declaration
Field Value
position
Declaration
Field Value
tangentMode
Declaration
public TangentMode tangentMode
Field Value
Properties
leftTangent
Declaration
public Vector3 leftTangent { get; set; }
Property Value
rightTangent
Declaration
public Vector3 rightTangent { get; set; }
Property Value
Methods
RestoreTangents()
Declaration
public void RestoreTangents()
StoreTangents()
Declaration
public void StoreTangents()