Class AssetReferenceAtlasedSprite
Assetreference that only allows atlassed sprites.
상속된 멤버
네임스페이스: UnityEngine.AddressableAssets
어셈블리: solution.dll
구문
[Serializable]
public class AssetReferenceAtlasedSprite : AssetReferenceT<Sprite>, IKeyEvaluator
생성자
| 이름 | 설명 |
|---|---|
| AssetReferenceAtlasedSprite(string) | Constructs a new reference to a AssetReferenceAtlasedSprite. |
메서드
| 이름 | 설명 |
|---|---|
| ValidateAsset(string) | Validates that the asset located at a path is allowable for this asset reference. An asset is allowable if it is of the correct type or if one of its sub-asset is. |
| ValidateAsset(Object) | Validates that the referenced asset allowable for this asset reference. |