Class CachedAssetState
The Cached Asset State of an Addressable Asset.
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build
어셈블리: solution.dll
구문
[Serializable]
public class CachedAssetState : IEquatable<CachedAssetState>
필드
이름 | 설명 |
---|---|
asset | The Asset State. |
bundleFileId | The name of the cached asset states bundle file. |
data | The cached asset state data. |
dependencies | The Asset State of all dependencies. |
groupGuid | The guid for the group the cached asset state belongs to. |
메서드
이름 | 설명 |
---|---|
Equals(CachedAssetState) | Checks if one cached asset state is equal to another given the asset state and dependency state. |