Class SettingsGUILayout.IndentedGroup | Settings Manager | 1.0.1
docs.unity.cn
    Show / Hide Table of Contents

    Class SettingsGUILayout.IndentedGroup

    Create an indented GUI section.

    Inheritance
    Object
    SettingsGUILayout.IndentedGroup
    Namespace: UnityEditor.SettingsManagement
    Syntax
    public class IndentedGroup : IDisposable

    Constructors

    IndentedGroup()

    Create an indented GUI section.

    Declaration
    public IndentedGroup()

    IndentedGroup(String)

    Create an indented GUI section with a header.

    Declaration
    public IndentedGroup(string label)
    Parameters
    Type Name Description
    String label

    Methods

    Dispose()

    Revert the GUI indent back to it's original value.

    Declaration
    public void Dispose()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX