C# Class MyGame.SkyCube

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

Public Methods

Method 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 method

This method renders the current state.
public Draw ( ) : void
return void

SetClipPlane() public method

public SetClipPlane ( Vector4 Plane ) : void
Plane Vector4
return void

SkyCube() public method

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