docs.unity.cn
    Show / Hide Table of Contents

    Class AssetReferenceSprite

    Sprite only asset reference.

    Inheritance
    Object
    AssetReference
    AssetReferenceT<Sprite>
    AssetReferenceSprite
    Inherited Members
    AssetReferenceT<Sprite>.LoadAsset()
    AssetReferenceT<Sprite>.LoadAssetAsync()
    AssetReferenceT<Sprite>.ValidateAsset(Object)
    AssetReference.OperationHandle
    AssetReference.RuntimeKey
    AssetReference.AssetGUID
    AssetReference.SubObjectName
    AssetReference.IsValid()
    AssetReference.IsDone
    AssetReference.Asset
    AssetReference.ToString()
    AssetReference.LoadAsset<TObject>()
    AssetReference.LoadScene()
    AssetReference.Instantiate(Vector3, Quaternion, Transform)
    AssetReference.Instantiate(Transform, Boolean)
    AssetReference.LoadAssetAsync<TObject>()
    AssetReference.LoadSceneAsync(LoadSceneMode, Boolean, Int32)
    AssetReference.UnLoadScene()
    AssetReference.InstantiateAsync(Vector3, Quaternion, Transform)
    AssetReference.InstantiateAsync(Transform, Boolean)
    AssetReference.RuntimeKeyIsValid()
    AssetReference.ReleaseAsset()
    AssetReference.ReleaseInstance(GameObject)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.AddressableAssets
    Syntax
    [Serializable]
    public class AssetReferenceSprite : AssetReferenceT<Sprite>, IKeyEvaluator

    Constructors

    AssetReferenceSprite(String)

    Constructs a new reference to a AssetReferenceSprite.

    Declaration
    public AssetReferenceSprite(string guid)
    Parameters
    Type Name Description
    String guid

    The object guid.

    Methods

    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.

    Declaration
    public override bool ValidateAsset(string path)
    Parameters
    Type Name Description
    String path
    Returns
    Type Description
    Boolean

    Whether the referenced asset is valid.

    Overrides
    UnityEngine.AddressableAssets.AssetReferenceT<UnityEngine.Sprite>.ValidateAsset(System.String)
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use