Class AssetReferenceTexture
Texture only asset reference.
Implements
Inherited Members
Namespace: UnityEngine.AddressableAssets
Assembly: Unity.Addressables.dll
Syntax
[Serializable]
public class AssetReferenceTexture : AssetReferenceT<Texture>, IKeyEvaluator
Constructors
Name | Description |
---|---|
AssetReferenceTexture(string) | Constructs a new reference to a Texture. |