C# Class Oglr.Plugins.ScaleAnimationBehaviour

Inheritance: IBehaviour
显示文件 Open project: SteveDunn/oglr Class Usage Examples

Public Methods

Method 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 method

public AddBehaviour ( IBehaviour behaviour ) : void
behaviour IBehaviour
return void

PropertiesChanged() public method

public PropertiesChanged ( System.Windows.Forms.PropertyValueChangedEventArgs whatChanged ) : void
whatChanged System.Windows.Forms.PropertyValueChangedEventArgs
return void

RenameTo() public method

public RenameTo ( string name ) : void
name string
return void

ScaleAnimationBehaviour() public method

public ScaleAnimationBehaviour ( ItemProperties itemProperties, FloatAnimationBehaviourProperties behaviourProperties ) : System
itemProperties Oglr.InGame.ItemProperties
behaviourProperties Oglr.InGame.FloatAnimationBehaviourProperties
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void