C# 클래스 Mooege.Core.GS.FXEffect.FXEffect

파일 보기 프로젝트 열기: xsochor/mooege

보호된 프로퍼티들

프로퍼티 타입 설명
Logger Logger

공개 메소드들

메소드 설명
Process ( int tick ) : bool

보호된 메소드들

메소드 설명
CreateProxyActor ( ) : EffectActor
DestroyProxyActor ( ) : void
EffectEndingAction ( ) : void
EffectStartingAction ( ) : void

메소드 상세

CreateProxyActor() 보호된 메소드

protected CreateProxyActor ( ) : EffectActor
리턴 EffectActor

DestroyProxyActor() 보호된 메소드

protected DestroyProxyActor ( ) : void
리턴 void

EffectEndingAction() 보호된 메소드

protected EffectEndingAction ( ) : void
리턴 void

EffectStartingAction() 보호된 메소드

protected EffectStartingAction ( ) : void
리턴 void

Process() 공개 메소드

public Process ( int tick ) : bool
tick int
리턴 bool

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static Logger Logger
리턴 Logger