Method EnforceTangentModeNoNotify
EnforceTangentModeNoNotify(int)
Ensure that a BezierKnot has the correct tangent and rotation values to match it's TangentMode and tension. This can be necessary if knot data is modified outside of the Spline class (ex, manually setting the Knots array without taking care to also set the tangent modes).
Declaration
public void EnforceTangentModeNoNotify(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The knot index to set tangent and rotation values for. |
EnforceTangentModeNoNotify(SplineRange)
Ensure that a BezierKnot has the correct tangent and rotation values to match it's TangentMode and tension. This can be necessary if knot data is modified outside of the Spline class (ex, manually setting the Knots array without taking care to also set the tangent modes).
Declaration
public void EnforceTangentModeNoNotify(SplineRange range)
Parameters
Type | Name | Description |
---|---|---|
SplineRange | range | The SplineRange range of knot indices to set tangent and rotation values for. |