Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetManager ¶
type AssetManager interface { Get(path string) ([]byte, error) GetEbitenImage(path string) (*ebiten.Image, error) }
func NewDefaultAssetManager ¶
func NewDefaultAssetManager(dm *dependencies.DependencyManager) (AssetManager, error)
type DefaultAssetManager ¶
type DefaultAssetManager struct {
// contains filtered or unexported fields
}
func (*DefaultAssetManager) GetEbitenImage ¶
func (a *DefaultAssetManager) GetEbitenImage(path string) (*ebiten.Image, error)
Click to show internal directories.
Click to hide internal directories.