C# Class Spine.Util

Mostra file Open project: r-lyeh/crawler

Public Methods

Method Description
LoadTexture ( GraphicsDevice device, Stream input ) : Microsoft.Xna.Framework.Graphics.Texture2D
LoadTexture ( GraphicsDevice device, String path ) : Microsoft.Xna.Framework.Graphics.Texture2D

Private Methods

Method Description
LoadFile ( GraphicsDevice device, String path ) : Task

Method Details

LoadTexture() static public method

static public LoadTexture ( GraphicsDevice device, Stream input ) : Microsoft.Xna.Framework.Graphics.Texture2D
device GraphicsDevice
input Stream
return Microsoft.Xna.Framework.Graphics.Texture2D

LoadTexture() static public method

static public LoadTexture ( GraphicsDevice device, String path ) : Microsoft.Xna.Framework.Graphics.Texture2D
device GraphicsDevice
path String
return Microsoft.Xna.Framework.Graphics.Texture2D