C# Class Spine.Util

Afficher le fichier Open project: r-lyeh/crawler

Méthodes publiques

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

Private Methods

Méthode Description
LoadFile ( GraphicsDevice device, String path ) : Task

Method Details

LoadTexture() static public méthode

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

LoadTexture() static public méthode

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