C# Class Sharpcraft.Library.Minecraft.Skin

A skin, used by players.
Afficher le fichier Open project: SijmenSchoon/Sharpcraft

Méthodes publiques

Méthode Description
GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D

Gets the Texture2D object of the skin.

Skin ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics

Intitialize a new Skin class.

Method Details

GetTexture() public méthode

Gets the Texture2D object of the skin.
public GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

Skin() public méthode

Intitialize a new Skin class.
public Skin ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics
texture Microsoft.Xna.Framework.Graphics.Texture2D The texture object of the skin.
Résultat Microsoft.Xna.Framework.Graphics