C# Class PGCGame.CoreTypes.BulletCollection

ファイルを表示 Open project: GreatMindsRobotics/PGCGame

Public Properties

Property Type Description
Dud List
Legit List

Public Methods

Method Description
DrawAll ( SpriteBatch worldSb ) : void
UpdateAll ( Microsoft gt ) : void

Method Details

DrawAll() public method

public DrawAll ( SpriteBatch worldSb ) : void
worldSb Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

UpdateAll() public method

public UpdateAll ( Microsoft gt ) : void
gt Microsoft
return void

Property Details

Dud public_oe property

public List Dud
return List

Legit public_oe property

public List Legit
return List