C# Class Entity3DCollision.CreationBehavior

Inheritance: Behavior
ファイルを表示 Open project: WaveEngine/Samples

Protected Methods

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

Private Methods

Method Description
CreateSphere ( System.Vector3 position ) : void
rigidBody_OnPhysic3DCollision ( object sender, Physic3DCollisionEventArgs args ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Update() protected method

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