ExampleResourceManager Class

Namespace
Atavism
Base Types
graph BT Type-->Base0["AtavismResourceManager"] click Base0 "/docs/client_api_10.4.0/api/Atavism/AtavismResourceManager" Base0-->Base1["MonoBehaviour"] Type["ExampleResourceManager"] class Type type-node

Syntax

public class ExampleResourceManager : AtavismResourceManager

Methods

Name Value Summary
LoadAsset(AtavismObjectNode, string, string) object
Loads the asset for the specified path and filename. Used for loading player and mob prefabs.
LoadAsset(Dictionary<string, object>, string, string) object
Loads the asset for the specified path and filename. Used for loading coordinated effects.