C# Class DungeonMasterEngine.Graphics.CubeGraphic

Inheritance: Graphic
Afficher le fichier Open project: ggrrin/DungeonMaster Class Usage Examples

Méthodes publiques

Méthode Description
CubeGraphic ( ) : System.Runtime.InteropServices
Draw ( BasicEffect effect ) : void
DrawSides ( BasicEffect effect ) : void

Private Methods

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

Method Details

CubeGraphic() public méthode

public CubeGraphic ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

Draw() public méthode

public Draw ( BasicEffect effect ) : void
effect Microsoft.Xna.Framework.Graphics.BasicEffect
Résultat void

DrawSides() public méthode

public DrawSides ( BasicEffect effect ) : void
effect Microsoft.Xna.Framework.Graphics.BasicEffect
Résultat void