C# 클래스 MilkShakeFramework.Components.PostProccessing.Presets.DistortionLayer

상속: PostProcessingEffect
파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 메소드들

메소드 설명
Awesmedraw ( ) : void
DistortionLayer ( ) : System
Draw ( ) : void
Load ( Core content ) : void

비공개 메소드들

메소드 설명
DrawFullscreenQuad ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int width, int height, Effect effect ) : void
getMultipleOfTwo ( int a ) : int

메소드 상세

Awesmedraw() 공개 메소드

public Awesmedraw ( ) : void
리턴 void

DistortionLayer() 공개 메소드

public DistortionLayer ( ) : System
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Load() 공개 메소드

public Load ( Core content ) : void
content Core
리턴 void