Show / Hide Table of Contents

    Class ComponentReference

    Inheritance
    Object
    AddressableAssetReference<GameObject>
    PrefabAssetReference
    ComponentAssetReference<Component>
    ComponentReference
    Implements
    IAssetReference<GameObject>
    Inherited Members
    ComponentAssetReference<Component>.ComponentType
    ComponentAssetReference<Component>.Instantiate(Transform)
    ComponentAssetReference<Component>.ValidateAsset(UnityEngine.Object)
    ComponentAssetReference<Component>.ValidateAsset(String)
    PrefabAssetReference.LoadAssetAsync(Action<IAssetReference<GameObject>>)
    AddressableAssetReference<GameObject>.AssetKey
    AddressableAssetReference<GameObject>._cachedAsset
    AddressableAssetReference<GameObject>.Asset
    AddressableAssetReference<GameObject>.HasAsset
    AddressableAssetReference<GameObject>.IsLoaded
    AddressableAssetReference<GameObject>.TryGetAddressableAddress()
    AddressableAssetReference<GameObject>.LoadAsync(Action<GameObject>)
    AddressableAssetReference<GameObject>.UnloadAsset()
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ComponentReference : ComponentAssetReference<Component>, IAssetReference<GameObject>

    Constructors

    ComponentReference(GameObject)

    Declaration
    public ComponentReference(GameObject asset)
    Parameters
    Type Name Description
    GameObject asset

    Implements

    IAssetReference<TAsset>
    Back to top Copyright © 2020 East Side Games Inc.