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

    Class AssetLabelReference

    Reference to an asset label. This class can be used in scripts as a field and will use a CustomPropertyDrawer to provide a DropDown UI of available labels.

    Inheritance
    System.Object
    AssetLabelReference
    Namespace: UnityEngine.AddressableAssets
    Syntax
    [Serializable]
    public class AssetLabelReference

    Properties

    labelString

    The label string.

    Declaration
    public string labelString { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX