Interface IGroupTemplate | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IGroupTemplate

    Namespace: UnityEditor.AddressableAssets.Settings
    Syntax
    public interface IGroupTemplate

    Properties

    Description

    Description of the Template, to be used as a tooltip

    Declaration
    string Description { get; }
    Property Value
    Type Description
    System.String

    Name

    The name of the group, used for the menu and newly created group name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX