Class AssetReferenceSprite
Sprite only asset reference.
상속된 멤버
네임스페이스: UnityEngine.AddressableAssets
어셈블리: solution.dll
구문
[Serializable]
public class AssetReferenceSprite : AssetReferenceT<Sprite>, IKeyEvaluator
생성자
이름 | 설명 |
---|---|
AssetReferenceSprite(string) | Constructs a new reference to a AssetReferenceSprite. |
메서드
이름 | 설명 |
---|---|
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. |