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 |
---|---|
Runtime |
The runtime key used for indexing values in the Addressables system. |
label |
The label string. |
Methods
Name | Description |
---|---|
Get |
Get the hash code of this object. |
Runtime |
Checks if the current RuntimeKey is valid. |