Class ProfilesWindow.ProfileEditorTree | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ProfilesWindow.ProfileEditorTree

    Inheritance
    System.Object
    ProfilesWindow.ProfileEditorTree
    Namespace: UnityEditor.AddressableAssets
    Syntax
    public class ProfileEditorTree : TreeView

    Constructors

    ProfileEditorTree(TreeViewState, MultiColumnHeaderState, AddressableAssetSettings.ProfileSettings)

    Declaration
    public ProfileEditorTree(TreeViewState state, MultiColumnHeaderState mchs, AddressableAssetSettings.ProfileSettings profileSettings)
    Parameters
    Type Name Description
    TreeViewState state
    MultiColumnHeaderState mchs
    AddressableAssetSettings.ProfileSettings profileSettings

    Fields

    isValid

    Declaration
    public bool isValid
    Field Value
    Type Description
    System.Boolean

    Methods

    BuildRoot()

    Declaration
    protected override TreeViewItem BuildRoot()
    Returns
    Type Description
    TreeViewItem

    CanRename(TreeViewItem)

    Declaration
    protected override bool CanRename(TreeViewItem item)
    Parameters
    Type Name Description
    TreeViewItem item
    Returns
    Type Description
    System.Boolean

    CreateDefaultMultiColumnHeaderState(AddressableAssetSettings.ProfileSettings)

    Declaration
    public static MultiColumnHeaderState CreateDefaultMultiColumnHeaderState(AddressableAssetSettings.ProfileSettings profileSettings)
    Parameters
    Type Name Description
    AddressableAssetSettings.ProfileSettings profileSettings
    Returns
    Type Description
    MultiColumnHeaderState

    OnGUI(Rect)

    Declaration
    public override void OnGUI(Rect rect)
    Parameters
    Type Name Description
    Rect rect

    RenameEnded(RenameEndedArgs)

    Declaration
    protected override void RenameEnded(RenameEndedArgs args)
    Parameters
    Type Name Description
    RenameEndedArgs args

    RowGUI(RowGUIArgs)

    Declaration
    protected override void RowGUI(RowGUIArgs args)
    Parameters
    Type Name Description
    RowGUIArgs args
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX