Class AssetReferenceGameObject | Addressables | 1.6.2
docs.unity.cn
    Show / Hide Table of Contents

    Class AssetReferenceGameObject

    GameObject only asset reference.

    Inheritance
    Object
    AssetReference
    AssetReferenceT<GameObject>
    AssetReferenceGameObject
    Inherited Members
    AssetReferenceT<GameObject>.LoadAsset()
    AssetReferenceT<GameObject>.LoadAssetAsync()
    AssetReferenceT<GameObject>.ValidateAsset(Object)
    AssetReferenceT<GameObject>.ValidateAsset(String)
    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 AssetReferenceGameObject : AssetReferenceT<GameObject>, IKeyEvaluator

    Constructors

    AssetReferenceGameObject(String)

    Declaration
    public AssetReferenceGameObject(string guid)
    Parameters
    Type Name Description
    String guid
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX