C# Class SuperSquid.Entities.Behaviors.SquidBehavior

Inheritance: Behavior, IDisposable
Afficher le fichier Open project: WaveEngine/QuickStarters Class Usage Examples

Méthodes publiques

Méthode Description
Appear ( ) : void

Play the appear animation

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Méthodes protégées

Méthode Description
DefaultValues ( ) : void
Initialize ( ) : void

Performs further custom initialization for this instance.

By default this method does nothing.

ResolveDependencies ( ) : void
Update ( System.TimeSpan gameTime ) : void

Allows this instance to execute custom logic during its Update.

This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.

Private Methods

Méthode Description
StopBubbles ( ) : void

Method Details

Appear() public méthode

Play the appear animation
public Appear ( ) : void
Résultat void

DefaultValues() protected méthode

protected DefaultValues ( ) : void
Résultat void

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Initialize() protected méthode

Performs further custom initialization for this instance.
By default this method does nothing.
protected Initialize ( ) : void
Résultat void

ResolveDependencies() protected méthode

protected ResolveDependencies ( ) : void
Résultat void

Update() protected méthode

Allows this instance to execute custom logic during its Update.
This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Résultat void