Struct FlexalonCurveLayout.CurvePoint
Syntax
[Serializable]
public struct FlexalonCurveLayout.CurvePoint
Fields
Position
The position of the point.
Declaration
Field Value
Type |
Description |
UnityEngine.Vector3 |
|
Tangent
The tangent of the point.
Declaration
Field Value
Type |
Description |
UnityEngine.Vector3 |
|
TangentMode
Determines how the tangent for this point is determined.
Declaration
public FlexalonCurveLayout.TangentMode TangentMode
Field Value
Methods
ChangePosition(Vector3)
Returns a copy of this CurvePoint with a different position.
Declaration
public FlexalonCurveLayout.CurvePoint ChangePosition(Vector3 position)
Parameters
Type |
Name |
Description |
UnityEngine.Vector3 |
position |
|
Returns
ChangeTangent(Vector3)
Returns a copy of this CurvePoint with a different tangent.
Declaration
public FlexalonCurveLayout.CurvePoint ChangeTangent(Vector3 tangent)
Parameters
Type |
Name |
Description |
UnityEngine.Vector3 |
tangent |
|
Returns
Copy()
Returns a copy of this CurvePoint.
Declaration
public FlexalonCurveLayout.CurvePoint Copy()
Returns