C# Class EntityPicking.EntityCreationComponent

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

Protected Methods

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

Private Methods

Method Description
CreateBox ( System.Vector3 position ) : System.Entity

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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