Method | Description | |
---|---|---|
GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D |
Gets the
|
|
Skin ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics |
Intitialize a new Skin class.
|
public GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public Skin ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | The texture object of the skin. |
return | Microsoft.Xna.Framework.Graphics |