C# Class BasicRigidBody.CreatorBehavior

Inheritance: Behavior
Show file Open project: WaveEngine/Samples

Protected Methods

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

Private Methods

Method Description
CreateModel ( System.Vector3 position, Model model, Collider3D collider ) : void

Creates a new Model

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Update() protected method

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