C# Class geek.GameEngine.Behaviours.BouncingBehaviour

The bouncing ball behaviour.
Inheritance: IBehaviour
Mostra file Open project: impworks/xna.geek.engine

Public Methods

Method Description
BouncingBehaviour ( Rectangle rect, bool absolute = false ) : System
BouncingBehaviour ( bool absolute = false ) : System
UpdateObjectState ( DynamicObject obj ) : void

Method Details

BouncingBehaviour() public method

public BouncingBehaviour ( Rectangle rect, bool absolute = false ) : System
rect Microsoft.Xna.Framework.Rectangle
absolute bool
return System

BouncingBehaviour() public method

public BouncingBehaviour ( bool absolute = false ) : System
absolute bool
return System

UpdateObjectState() public method

public UpdateObjectState ( DynamicObject obj ) : void
obj geek.GameEngine.Visuals.DynamicObject
return void