Search Results for

    Show / Hide Table of Contents

    Struct FlexalonCurveLayout.CurvePoint

    A point on the curve.

    Syntax
    [Serializable]
    public struct FlexalonCurveLayout.CurvePoint

    Fields

    Position

    The position of the point.

    Declaration
    public Vector3 Position
    Field Value
    Type Description
    UnityEngine.Vector3

    Tangent

    The tangent of the point.

    Declaration
    public Vector3 Tangent
    Field Value
    Type Description
    UnityEngine.Vector3

    TangentMode

    Determines how the tangent for this point is determined.

    Declaration
    public FlexalonCurveLayout.TangentMode TangentMode
    Field Value
    Type Description
    FlexalonCurveLayout.TangentMode

    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
    Type Description
    FlexalonCurveLayout.CurvePoint

    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
    Type Description
    FlexalonCurveLayout.CurvePoint

    Copy()

    Returns a copy of this CurvePoint.

    Declaration
    public FlexalonCurveLayout.CurvePoint Copy()
    Returns
    Type Description
    FlexalonCurveLayout.CurvePoint
    In This Article
    Back to top Flexalon 3D Layouts