C# 클래스 Evolution_War.RecycleFactory

파일 보기 프로젝트 열기: jonathandlo/Evolution_War 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

NewBullet() 공개 정적인 메소드

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

NewTrail() 공개 정적인 메소드

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

Recycle() 공개 정적인 메소드

public static Recycle ( Bullet pBullet ) : void
pBullet Bullet
리턴 void

Recycle() 공개 정적인 메소드

public static Recycle ( Trail pTrail ) : void
pTrail Trail
리턴 void