Show / Hide Table of Contents

    Class AddressableAssetCache

    Inheritance
    Object
    AddressableAssetCache
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public static class AddressableAssetCache

    Methods

    CacheAsset(String, String, Object)

    Declaration
    public static void CacheAsset(string key, string addressableAddress, object asset)
    Parameters
    Type Name Description
    String key
    String addressableAddress
    Object asset

    Cleanup()

    Declaration
    public static void Cleanup()

    GetAllCachedAssets()

    Declaration
    public static List<object> GetAllCachedAssets()
    Returns
    Type Description
    List<Object>

    LookupAddress(String)

    Declaration
    public static string LookupAddress(string assetRefGuid)
    Parameters
    Type Name Description
    String assetRefGuid
    Returns
    Type Description
    String

    MapGuidToAddress(String, String)

    Declaration
    public static void MapGuidToAddress(string assetRefGuid, string addressableAddress)
    Parameters
    Type Name Description
    String assetRefGuid
    String addressableAddress

    TryGetCachedAsset<T>(String, out T)

    Declaration
    public static bool TryGetCachedAsset<T>(string addressableAddress, out T asset)
    Parameters
    Type Name Description
    String addressableAddress
    T asset
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T

    UncacheAsset(Object)

    Declaration
    public static void UncacheAsset(object asset)
    Parameters
    Type Name Description
    Object asset

    UncacheAssets(String)

    Declaration
    public static void UncacheAssets(string key)
    Parameters
    Type Name Description
    String key
    Back to top Copyright © 2020 East Side Games Inc.