C# 클래스 CUE.NET.Effects.FlashEffect

Represents an effect which allows to flash an brush by modifying his opacity.
상속: CUE.NET.Effects.AbstractEffect
파일 보기 프로젝트 열기: DarthAffe/CUE.NET

공개 메소드들

메소드 설명
OnAttach ( IBrush brush ) : void

Resets the effect.

Update ( float deltaTime ) : void

Updates the effect.

메소드 상세

OnAttach() 공개 메소드

Resets the effect.
public OnAttach ( IBrush brush ) : void
brush IBrush
리턴 void

Update() 공개 메소드

Updates the effect.
public Update ( float deltaTime ) : void
deltaTime float The elapsed time (in seconds) since the last update.
리턴 void