Class:AssetManager
Defined in: adventure/AssetManager.js, line 6
Todos:
Methods to move here:
verb.tryToInferIndirectObject
Character.findNestedIndirectObjects
AssetManager contains asset management functions.
AssetManager is created automatically by Game. This is an internal class that authors should not need to construct or modify.
Private Constructor:
var foo = new adventurejs.AssetManager(game)
Parameters:
-
game
Game
A reference to the game instance.
Inherited
Overrides
- Index
- Methods
- Properties
Index
Methods Collapse all |
methodName()
Defined in: adventure/AssetManager.js, line 36
Do something.
Properties |
game :Object
Defined in: adventure/AssetManager.js, line 28
Default value: {}
A reference back to the main Game object.