C# 클래스 andengine.engine.camera.BoundCamera

상속: Camera
파일 보기 프로젝트 열기: jamesburton/AndEngine.net

보호된 프로퍼티들

프로퍼티 타입 설명
mBoundsEnabled bool

공개 메소드들

메소드 설명
BoundCamera ( float pX, float pY, float pWidth, float pHeight )
BoundCamera ( float pX, float pY, float pWidth, float pHeight, float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY )
GetBoundsHeight ( ) : float
GetBoundsWidth ( ) : float
IsBoundsEnabled ( ) : bool
SetBounds ( float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY ) : void
SetBoundsEnabled ( bool pBoundsEnabled ) : void
SetCenter ( float pCenterX, float pCenterY ) : void

보호된 메소드들

메소드 설명
EnsureInBounds ( ) : void

비공개 메소드들

메소드 설명
DetermineBoundedX ( ) : float
DetermineBoundedY ( ) : float

메소드 상세

BoundCamera() 공개 메소드

public BoundCamera ( float pX, float pY, float pWidth, float pHeight )
pX float
pY float
pWidth float
pHeight float

BoundCamera() 공개 메소드

public BoundCamera ( float pX, float pY, float pWidth, float pHeight, float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY )
pX float
pY float
pWidth float
pHeight float
pBoundMinX float
pBoundMaxX float
pBoundMinY float
pBoundMaxY float

EnsureInBounds() 보호된 메소드

protected EnsureInBounds ( ) : void
리턴 void

GetBoundsHeight() 공개 메소드

public GetBoundsHeight ( ) : float
리턴 float

GetBoundsWidth() 공개 메소드

public GetBoundsWidth ( ) : float
리턴 float

IsBoundsEnabled() 공개 메소드

public IsBoundsEnabled ( ) : bool
리턴 bool

SetBounds() 공개 메소드

public SetBounds ( float pBoundMinX, float pBoundMaxX, float pBoundMinY, float pBoundMaxY ) : void
pBoundMinX float
pBoundMaxX float
pBoundMinY float
pBoundMaxY float
리턴 void

SetBoundsEnabled() 공개 메소드

public SetBoundsEnabled ( bool pBoundsEnabled ) : void
pBoundsEnabled bool
리턴 void

SetCenter() 공개 메소드

public SetCenter ( float pCenterX, float pCenterY ) : void
pCenterX float
pCenterY float
리턴 void

프로퍼티 상세

mBoundsEnabled 보호되어 있는 프로퍼티

protected bool mBoundsEnabled
리턴 bool