C# Class FlyingKite.Behaviors.LinkedRopeBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/QuickStarters

Private Properties

Property Type Description
GetPointWithOrigin System.Vector2
RefreshEntities void

Protected Methods

Method Description
DefaultValues ( ) : void
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
GetPointWithOrigin ( Transform2D entityTransform, System.Vector2 origin ) : System.Vector2
RefreshEntities ( ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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