C# Class Evolution_War.RecycleFactory

ファイルを表示 Open project: jonathandlo/Evolution_War Class Usage Examples

Public Methods

Method Description
NewBullet ( Controller pController, Gun pOwnerGun, Int32 pColorIndex ) : Bullet
NewTrail ( MovingObject pObjectToFollow, System.Single pMaxWidth, ColorEx pColor ) : Trail
Recycle ( Bullet pBullet ) : void
Recycle ( Trail pTrail ) : void

Method Details

NewBullet() public static method

public static NewBullet ( Controller pController, Gun pOwnerGun, Int32 pColorIndex ) : Bullet
pController Controller
pOwnerGun Gun
pColorIndex System.Int32
return Bullet

NewTrail() public static method

public static NewTrail ( MovingObject pObjectToFollow, System.Single pMaxWidth, ColorEx pColor ) : Trail
pObjectToFollow MovingObject
pMaxWidth System.Single
pColor Axiom.Core.ColorEx
return Trail

Recycle() public static method

public static Recycle ( Bullet pBullet ) : void
pBullet Bullet
return void

Recycle() public static method

public static Recycle ( Trail pTrail ) : void
pTrail Trail
return void