C# 클래스 geek.GameEngine.Visuals.Counter

The quantity indicator. Can be used to display number of lives, powerups, etc.
상속: ObjectGroup
파일 보기 프로젝트 열기: impworks/xna.geek.engine

공개 메소드들

메소드 설명
Counter ( Func generator, Func binding ) : System
GetBoundingBox ( bool absolute = false ) : Rectangle
Update ( ) : void

비공개 메소드들

메소드 설명
reset ( ) : void

Reposition all objects according to new settings.

updateLastPosition ( Rectangle box, bool isAdding ) : void

Update the cached position at which to insert the new object.

메소드 상세

Counter() 공개 메소드

public Counter ( Func generator, Func binding ) : System
generator Func
binding Func
리턴 System

GetBoundingBox() 공개 메소드

public GetBoundingBox ( bool absolute = false ) : Rectangle
absolute bool
리턴 Microsoft.Xna.Framework.Rectangle

Update() 공개 메소드

public Update ( ) : void
리턴 void