Class AssetReferenceTexture
Texture only asset reference.
Inherited Members
Namespace: UnityEngine.AddressableAssets
Syntax
[Serializable]
public class AssetReferenceTexture : AssetReferenceT<Texture>, IKeyEvaluator
Constructors
AssetReferenceTexture(String)
Constructs a new reference to a Texture.
Declaration
public AssetReferenceTexture(string guid)
Parameters
Type | Name | Description |
---|---|---|
String | guid | The object guid. |