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

Afficher le fichier Open project: xsochor/mooege

Protected Properties

Свойство Type Description
Logger Logger

Méthodes publiques

Méthode Description
Process ( int tick ) : bool

Méthodes protégées

Méthode Description
CreateProxyActor ( ) : EffectActor
DestroyProxyActor ( ) : void
EffectEndingAction ( ) : void
EffectStartingAction ( ) : void

Method Details

CreateProxyActor() protected méthode

protected CreateProxyActor ( ) : EffectActor
Résultat EffectActor

DestroyProxyActor() protected méthode

protected DestroyProxyActor ( ) : void
Résultat void

EffectEndingAction() protected méthode

protected EffectEndingAction ( ) : void
Résultat void

EffectStartingAction() protected méthode

protected EffectStartingAction ( ) : void
Résultat void

Process() public méthode

public Process ( int tick ) : bool
tick int
Résultat bool

Property Details

Logger protected_oe static_oe property

protected static Logger Logger
Résultat Logger