C# Class Oglr.Plugins.ScaleAnimationBehaviour

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

Méthodes publiques

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

Method Details

AddBehaviour() public méthode

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

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

ScaleAnimationBehaviour() public méthode

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

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