C# Class Spine.XnaTextureLoader

Inheritance: TextureLoader
Mostra file Open project: EsotericSoftware/spine-runtimes

Public Methods

Method Description
Load ( AtlasPage page, String path ) : void
Unload ( Object texture ) : void
XnaTextureLoader ( GraphicsDevice device ) : System

Method Details

Load() public method

public Load ( AtlasPage page, String path ) : void
page AtlasPage
path String
return void

Unload() public method

public Unload ( Object texture ) : void
texture Object
return void

XnaTextureLoader() public method

public XnaTextureLoader ( GraphicsDevice device ) : System
device GraphicsDevice
return System