Interface for any manager. Manager = manages a domain in Shaku, such as gfx (graphics), sfx (sounds), input, etc.
Kind: global class
Promise
Promise
Initialize the manager.
Kind: instance method of IManager
Returns: Promise
- Promise to resolve when initialization is done.
Called every update at the begining of the frame.
Kind: instance method of IManager
Called every update at the end of the frame.
Kind: instance method of IManager
Destroy the manager.
Kind: instance method of IManager