C# 클래스 MyGame.SkyCube

This class represent Sky Cube that is used to render the sky
상속: CDrawableComponent, IRenderable
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void

This method renders the current state.

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

메소드 상세

Draw() 공개 메소드

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

SetClipPlane() 공개 메소드

public SetClipPlane ( Vector4 Plane ) : void
Plane Vector4
리턴 void

SkyCube() 공개 메소드

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