ExampleResourceManager Class

Namespace
Atavism
Base Types
  • AtavismResourceManager
graph BT Type-->Base0["AtavismResourceManager"] 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.