docs.unity.cn
    Show / Hide Table of Contents

    Class WrapperWindowFixture

    Inheritance
    Object
    WrapperWindowFixture
    DropdownOptionsListDrawer
    Namespace: Global Namespace
    Syntax
    public class WrapperWindowFixture

    Methods

    CloseMostRecentWrapperWindow()

    Declaration
    public void CloseMostRecentWrapperWindow()

    GetWindow(Func<WrapperWindowFixture.WrapperWindow, Boolean>, Boolean)

    Declaration
    public static WrapperWindowFixture.WrapperWindow GetWindow(Func<WrapperWindowFixture.WrapperWindow, bool> onGUIDelegate, bool utility = false)
    Parameters
    Type Name Description
    Func<WrapperWindowFixture.WrapperWindow, Boolean> onGUIDelegate
    Boolean utility
    Returns
    Type Description
    WrapperWindowFixture.WrapperWindow

    GetWindow(Func<WrapperWindowFixture.WrapperWindow, Boolean>, Int32, Int32, Boolean)

    Declaration
    public static WrapperWindowFixture.WrapperWindow GetWindow(Func<WrapperWindowFixture.WrapperWindow, bool> onGUIDelegate, int width, int height, bool utility = false)
    Parameters
    Type Name Description
    Func<WrapperWindowFixture.WrapperWindow, Boolean> onGUIDelegate
    Int32 width
    Int32 height
    Boolean utility
    Returns
    Type Description
    WrapperWindowFixture.WrapperWindow

    RegisterWrapperWindow(WrapperWindowFixture.WrapperWindow)

    Declaration
    protected static void RegisterWrapperWindow(WrapperWindowFixture.WrapperWindow window)
    Parameters
    Type Name Description
    WrapperWindowFixture.WrapperWindow window
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 June 2023