C# 클래스 FlatRedBall.Graphics.PostProcessing.PostProcessingManager

Static class providing access to post processing classes including the out-of-the-box post processing features.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

Private Properties

프로퍼티 타입 설명
DrawPostProcessing void
InitializeEffects void
PostProcessingManager System
RefreshPostProcessingSurfaceSizes void

공개 메소드들

메소드 설명
Update ( ) : void

비공개 메소드들

메소드 설명
DrawPostProcessing ( Camera camera ) : void
InitializeEffects ( ) : void

Loads all effects and initializes effect variables

This method is automatically called when FlatRedBall is Initialized if post processing is suppoted in the current build of the engine.

PostProcessingManager ( ) : System
RefreshPostProcessingSurfaceSizes ( ) : void

메소드 상세

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void