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.
Implements
Inherited Members
Namespace: UnityEngine.AddressableAssets
Assembly: Unity.Addressables.dll
Syntax
[Serializable]
public class AssetLabelReference : IKeyEvaluator
  Properties
| Name | Description | 
|---|---|
| RuntimeKey | The runtime key used for indexing values in the Addressables system.  | 
      
| labelString | The label string.  | 
      
Methods
| Name | Description | 
|---|---|
| GetHashCode() | Get the hash code of this object.  | 
      
| RuntimeKeyIsValid() | Checks if the current RuntimeKey is valid.  |