Class PreloadInterface
Inheritance
object
PreloadInterface
Assembly: Dew.Core.dll
Syntax
public class PreloadInterface
Methods
AddAssetRef<T>(AssetRef<T>)
Declaration
public void AddAssetRef<T>(AssetRef<T> assetRef) where T : Object
Parameters
| Type |
Name |
Description |
| AssetRef<T> |
assetRef |
|
Type Parameters
AddFromMonsterPool(MonsterPool)
Declaration
public void AddFromMonsterPool(MonsterPool pool)
Parameters
AddGuid(string)
Declaration
public void AddGuid(string guid)
Parameters
| Type |
Name |
Description |
| string |
guid |
|
AddType(string, bool)
Declaration
public void AddType(string type, bool includeDependencies = true)
Parameters
| Type |
Name |
Description |
| string |
type |
|
| bool |
includeDependencies |
|
KeepEverything()
Declaration
public void KeepEverything()