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.
상속된 멤버
네임스페이스: UnityEngine.AddressableAssets
어셈블리: solution.dll
구문
[Serializable]
public class AssetLabelReference : IKeyEvaluator
프로퍼티
이름 | 설명 |
---|---|
RuntimeKey | The runtime key used for indexing values in the Addressables system. |
labelString | The label string. |
메서드
이름 | 설명 |
---|---|
GetHashCode() | Get the hash code of this object. |
RuntimeKeyIsValid() | Checks if the current RuntimeKey is valid. |