Class XEdge | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class XEdge

    Inheritance
    Object
    XEdge
    Namespace: Ludiq
    Syntax
    public static class XEdge

    Methods

    GetEdgeCenter(Rect, Edge)

    Declaration
    public static Vector2 GetEdgeCenter(this Rect rect, Edge edge)
    Parameters
    Type Name Description
    Rect rect
    Edge edge
    Returns
    Type Description
    Vector2

    Normal(Edge)

    Declaration
    public static Vector2 Normal(this Edge edge)
    Parameters
    Type Name Description
    Edge edge
    Returns
    Type Description
    Vector2

    NormalAxis(Edge)

    Declaration
    public static Axis2 NormalAxis(this Edge edge)
    Parameters
    Type Name Description
    Edge edge
    Returns
    Type Description
    Axis2

    Opposite(Edge)

    Declaration
    public static Edge Opposite(this Edge edge)
    Parameters
    Type Name Description
    Edge edge
    Returns
    Type Description
    Edge

    TangentAxis(Edge)

    Declaration
    public static Axis2 TangentAxis(this Edge edge)
    Parameters
    Type Name Description
    Edge edge
    Returns
    Type Description
    Axis2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX