C# Class Engine.AssetManager

Mostrar archivo Open project: Radnen/sphere-sfml Class Usage Examples

Public Methods

Method Description
GetSpriteset ( string filename, bool clone = false ) : SpritesetInstance
GetTexture ( string filename ) : Texture

Private Methods

Method Description
AssetManager ( ) : System

Method Details

GetSpriteset() public static method

public static GetSpriteset ( string filename, bool clone = false ) : SpritesetInstance
filename string
clone bool
return SpritesetInstance

GetTexture() public static method

public static GetTexture ( string filename ) : Texture
filename string
return Texture