C# 클래스 Knot3.Game.Effects.OpaqueEffect

상속: Knot3.Framework.Effects.RenderEffect
파일 보기 프로젝트 열기: knot3/knot3-code

공개 메소드들

메소드 설명
DrawModel ( GameModel model, GameTime time ) : void
DrawPrimitive ( GamePrimitive model, GameTime time ) : void
OpaqueEffect ( IScreen screen ) : System.Diagnostics.CodeAnalysis
RemapModel ( Model model ) : void

메소드 상세

DrawModel() 공개 메소드

public DrawModel ( GameModel model, GameTime time ) : void
model Knot3.Framework.Models.GameModel
time Microsoft.Xna.Framework.GameTime
리턴 void

DrawPrimitive() 공개 메소드

public DrawPrimitive ( GamePrimitive model, GameTime time ) : void
model Knot3.Framework.Models.GamePrimitive
time Microsoft.Xna.Framework.GameTime
리턴 void

OpaqueEffect() 공개 메소드

public OpaqueEffect ( IScreen screen ) : System.Diagnostics.CodeAnalysis
screen IScreen
리턴 System.Diagnostics.CodeAnalysis

RemapModel() 공개 메소드

public RemapModel ( Model model ) : void
model Microsoft.Xna.Framework.Graphics.Model
리턴 void