Struct FlexalonCurveLayout.CurvePoint
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
A point on the curve.
public struct FlexalonCurveLayout.CurvePoint
Fields
Position
The position of the point.
public Vector3 Position
Field Value
- Vector3
Tangent
The tangent of the point.
public Vector3 Tangent
Field Value
- Vector3
TangentMode
Determines how the tangent for this point is determined.
public FlexalonCurveLayout.TangentMode TangentMode
Field Value
Methods
ChangePosition(Vector3)
Returns a copy of this CurvePoint with a different position.
public FlexalonCurveLayout.CurvePoint ChangePosition(Vector3 position)
Parameters
positionVector3
Returns
ChangeTangent(Vector3)
Returns a copy of this CurvePoint with a different tangent.
public FlexalonCurveLayout.CurvePoint ChangeTangent(Vector3 tangent)
Parameters
tangentVector3
Returns
Copy()
Returns a copy of this CurvePoint.
public FlexalonCurveLayout.CurvePoint Copy()