C# Class MyGame.SkyCube

This class represent Sky Cube that is used to render the sky
Inheritance: CDrawableComponent, IRenderable
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void

This method renders the current state.

SetClipPlane ( Vector4 Plane ) : void
SkyCube ( MyGame game, Model model, Unit unit, TextureCube Texture ) : System

Method Details

Draw() public méthode

This method renders the current state.
public Draw ( ) : void
Résultat void

SetClipPlane() public méthode

public SetClipPlane ( Vector4 Plane ) : void
Plane Vector4
Résultat void

SkyCube() public méthode

public SkyCube ( MyGame game, Model model, Unit unit, TextureCube Texture ) : System
game MyGame
model Microsoft.Xna.Framework.Graphics.Model
unit Unit
Texture TextureCube
Résultat System