C# Class Mooege.Core.GS.FXEffect.FXEffect

显示文件 Open project: xsochor/mooege

Protected Properties

Property Type Description
Logger Logger

Public Methods

Method Description
Process ( int tick ) : bool

Protected Methods

Method Description
CreateProxyActor ( ) : EffectActor
DestroyProxyActor ( ) : void
EffectEndingAction ( ) : void
EffectStartingAction ( ) : void

Method Details

CreateProxyActor() protected method

protected CreateProxyActor ( ) : EffectActor
return EffectActor

DestroyProxyActor() protected method

protected DestroyProxyActor ( ) : void
return void

EffectEndingAction() protected method

protected EffectEndingAction ( ) : void
return void

EffectStartingAction() protected method

protected EffectStartingAction ( ) : void
return void

Process() public method

public Process ( int tick ) : bool
tick int
return bool

Property Details

Logger protected_oe static_oe property

protected static Logger Logger
return Logger