docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GUISystem

    Inheritance
    object
    GUISystem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.U2D.Path.GUIFramework
    Assembly: Unity.2D.Path.Editor.dll
    Syntax
    public class GUISystem

    Constructors

    GUISystem(IGUIState)

    Declaration
    public GUISystem(IGUIState guiState)
    Parameters
    Type Name Description
    IGUIState guiState

    Methods

    AddAction(GUIAction)

    Declaration
    public void AddAction(GUIAction action)
    Parameters
    Type Name Description
    GUIAction action

    AddControl(Control)

    Declaration
    public void AddControl(Control control)
    Parameters
    Type Name Description
    Control control

    OnGUI()

    Declaration
    public void OnGUI()

    RemoveAction(GUIAction)

    Declaration
    public void RemoveAction(GUIAction action)
    Parameters
    Type Name Description
    GUIAction action

    RemoveControl(Control)

    Declaration
    public void RemoveControl(Control control)
    Parameters
    Type Name Description
    Control control
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)