C# 클래스 RTSEngine.Graphics.RTSFXMap

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
ApplyPassPrimary ( ) : void
ApplyPassSecondary ( ) : void
RTSFXMap ( Effect _fx ) : System
SetTextures ( GraphicsDevice g, Microsoft.Xna.Framework.Graphics.Texture2D tColor, Microsoft.Xna.Framework.Graphics.Texture2D tFOW ) : void

메소드 상세

ApplyPassPrimary() 공개 메소드

public ApplyPassPrimary ( ) : void
리턴 void

ApplyPassSecondary() 공개 메소드

public ApplyPassSecondary ( ) : void
리턴 void

RTSFXMap() 공개 메소드

public RTSFXMap ( Effect _fx ) : System
_fx Microsoft.Xna.Framework.Graphics.Effect
리턴 System

SetTextures() 공개 메소드

public SetTextures ( GraphicsDevice g, Microsoft.Xna.Framework.Graphics.Texture2D tColor, Microsoft.Xna.Framework.Graphics.Texture2D tFOW ) : void
g GraphicsDevice
tColor Microsoft.Xna.Framework.Graphics.Texture2D
tFOW Microsoft.Xna.Framework.Graphics.Texture2D
리턴 void