C# 클래스 MyGame.SkyCubeModel

This class represent sky cube model, it implement IRenderable in order to be reflected by the water
상속: CModel, IRenderable
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project

공개 프로퍼티들

프로퍼티 타입 설명
effect Microsoft.Xna.Framework.Graphics.Effect

공개 메소드들

메소드 설명
Draw ( ) : void

This method renders the current state.

Draw ( GameTime gameTime ) : void
SetClipPlane ( Vector4 Plane ) : void
SkyCubeModel ( MyGame game, Model model, TextureCube Texture ) : System

메소드 상세

Draw() 공개 메소드

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

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

SetClipPlane() 공개 메소드

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

SkyCubeModel() 공개 메소드

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

프로퍼티 상세

effect 공개적으로 프로퍼티

public Effect,Microsoft.Xna.Framework.Graphics effect
리턴 Microsoft.Xna.Framework.Graphics.Effect