C# Class Oglr.Plugins.FloatAnimationBehaviour

Inheritance: IBehaviour
Afficher le fichier Open project: SteveDunn/oglr Class Usage Examples

Méthodes publiques

Méthode Description
AddBehaviour ( IBehaviour behaviour ) : void
FloatAnimationBehaviour ( ItemProperties itemProperties, FloatAnimationBehaviourProperties behaviourProperties ) : System
PropertiesChanged ( System.Windows.Forms.PropertyValueChangedEventArgs whatChanged ) : void
RenameTo ( string name ) : void
Start ( ) : void
Stop ( ) : void
Update ( GameTime gameTime ) : void

Method Details

AddBehaviour() public méthode

public AddBehaviour ( IBehaviour behaviour ) : void
behaviour IBehaviour
Résultat void

FloatAnimationBehaviour() public méthode

public FloatAnimationBehaviour ( ItemProperties itemProperties, FloatAnimationBehaviourProperties behaviourProperties ) : System
itemProperties Oglr.InGame.ItemProperties
behaviourProperties Oglr.InGame.FloatAnimationBehaviourProperties
Résultat System

PropertiesChanged() public méthode

public PropertiesChanged ( System.Windows.Forms.PropertyValueChangedEventArgs whatChanged ) : void
whatChanged System.Windows.Forms.PropertyValueChangedEventArgs
Résultat void

RenameTo() public méthode

public RenameTo ( string name ) : void
name string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void