C# Class Oglr.Plugins.PositionAnimationBehaviour

Inheritance: IBehaviour
Show file Open project: SteveDunn/oglr Class Usage Examples

Public Methods

Method Description
AddBehaviour ( IBehaviour behaviour ) : void
PositionAnimationBehaviour ( ItemProperties itemProperties, PositionAnimationBehaviourProperties 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 method

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

PositionAnimationBehaviour() public method

public PositionAnimationBehaviour ( ItemProperties itemProperties, PositionAnimationBehaviourProperties behaviourProperties ) : System
itemProperties Oglr.InGame.ItemProperties
behaviourProperties Oglr.InGame.PositionAnimationBehaviourProperties
return System

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

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