C# 클래스 EzGame.Perspective.Planar.Filters.FadeOut

상속: Filter
파일 보기 프로젝트 열기: CodeTreeCommunity/Shooter2D

공개 메소드들

메소드 설명
ApplyTo ( Object Object ) : void
FadeOut ( Object Object, double Time ) : System

Create a new 'Fade Out' Filter

FadeOut ( double Time ) : System

Create a new 'Fade Out' Filter

Update ( GameTime Time ) : void

메소드 상세

ApplyTo() 공개 메소드

public ApplyTo ( Object Object ) : void
Object Object
리턴 void

FadeOut() 공개 메소드

Create a new 'Fade Out' Filter
public FadeOut ( Object Object, double Time ) : System
Object Object The object this filter is applied to.
Time double The time (in seconds) to completely fade out.
리턴 System

FadeOut() 공개 메소드

Create a new 'Fade Out' Filter
public FadeOut ( double Time ) : System
Time double The time (in seconds) to completely fade out.
리턴 System

Update() 공개 메소드

public Update ( GameTime Time ) : void
Time Microsoft.Xna.Framework.GameTime
리턴 void