Table of Contents

Class AssetAddressableLoader

Namespace
KSP.Assets
Assembly
Assembly-CSharp.dll
public class AssetAddressableLoader
Inheritance
AssetAddressableLoader
Inherited Members
Extension Methods

Constructors

AssetAddressableLoader()

public AssetAddressableLoader()

Methods

Load<TAsset>(string, Action<TAsset>, bool)

public static void Load<TAsset>(string key, Action<TAsset> resultCallback = null, bool logMissingKey = true)

Parameters

key string
resultCallback Action<TAsset>
logMissingKey bool

Type Parameters

TAsset