SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class UGUIAnchorExtensions

    Namespace
    LoM.Super
    Assembly
    LoM.Super.dll
    public static class UGUIAnchorExtensions
    Inheritance
    object
    UGUIAnchorExtensions

    Methods

    GetAnchor(RectTransform)

    Get the anchor of the RectTransform as a UGUIAnchor enum

    public static UGUIAnchor GetAnchor(this RectTransform rectTransform)

    Parameters

    rectTransform RectTransform

    RectTransform to get the anchor from

    Returns

    UGUIAnchor

    UGUIAnchor enum

    Exceptions

    ArgumentOutOfRangeException

    Thrown when the anchor is a custom value

    SetAnchor(RectTransform, UGUIAnchor)

    Set the anchor of the RectTransform as a UGUIAnchor enum

    public static void SetAnchor(this RectTransform rectTransform, UGUIAnchor anchor)

    Parameters

    rectTransform RectTransform

    RectTransform to set the anchor to

    anchor UGUIAnchor

    UGUIAnchor enum

    Exceptions

    ArgumentOutOfRangeException

    Thrown when the anchor is a custom value

    © Lords of Mahlstrom Gaming, all rights reserved.