C# Class StickyProjectiles.Behaviors.ThrowBehavior

Inheritance: Behavior
Mostrar archivo Open project: WaveEngine/Samples

Private Properties

Property Type Description
Collider_BeginCollision void
ThrowProjectile void

Protected Methods

Method Description
DefaultValues ( ) : void
ResolveDependencies ( ) : void

Resolve depedencies

Update ( System.TimeSpan gameTime ) : void

Update method

Private Methods

Method Description
Collider_BeginCollision ( ICollisionInfo2D contact ) : void
ThrowProjectile ( ) : void

Throw Projectile method

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

ResolveDependencies() protected method

Resolve depedencies
protected ResolveDependencies ( ) : void
return void

Update() protected method

Update method
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void