프로퍼티 | 타입 | 설명 | |
---|---|---|---|
mCamera | andengine.engine.camera.Camera |
메소드 | 설명 | |
---|---|---|
CameraScene ( int pLayerCount ) | ||
CameraScene ( int pLayerCount, andengine.engine.camera.Camera pCamera ) | ||
CenterShapeInCamera ( andengine.entity.shape.Shape pShape ) : void | ||
GetCamera ( ) : andengine.engine.camera.Camera | ||
OnSceneTouchEvent ( andengine.input.touch.TouchEvent pSceneTouchEvent ) : bool | ||
SetCamera ( andengine.engine.camera.Camera pCamera ) : void | ||
centerShapeInCameraHorizontally ( andengine.entity.shape.Shape pShape ) : void | ||
centerShapeInCameraVertically ( andengine.entity.shape.Shape pShape ) : void |
메소드 | 설명 | |
---|---|---|
OnChildSceneTouchEvent ( andengine.input.touch.TouchEvent pSceneTouchEvent ) : bool | ||
OnManagedDraw ( Javax.Microedition.Khronos.Opengles.IGL10 pGL, andengine.engine.camera.Camera pCamera ) : void |
public CameraScene ( int pLayerCount, andengine.engine.camera.Camera pCamera ) | ||
pLayerCount | int | |
pCamera | andengine.engine.camera.Camera |
public CenterShapeInCamera ( andengine.entity.shape.Shape pShape ) : void | ||
pShape | andengine.entity.shape.Shape | |
리턴 | void |
public GetCamera ( ) : andengine.engine.camera.Camera | ||
리턴 | andengine.engine.camera.Camera |
protected OnChildSceneTouchEvent ( andengine.input.touch.TouchEvent pSceneTouchEvent ) : bool | ||
pSceneTouchEvent | andengine.input.touch.TouchEvent | |
리턴 | bool |
protected OnManagedDraw ( Javax.Microedition.Khronos.Opengles.IGL10 pGL, andengine.engine.camera.Camera pCamera ) : void | ||
pGL | Javax.Microedition.Khronos.Opengles.IGL10 | |
pCamera | andengine.engine.camera.Camera | |
리턴 | void |
public OnSceneTouchEvent ( andengine.input.touch.TouchEvent pSceneTouchEvent ) : bool | ||
pSceneTouchEvent | andengine.input.touch.TouchEvent | |
리턴 | bool |
public SetCamera ( andengine.engine.camera.Camera pCamera ) : void | ||
pCamera | andengine.engine.camera.Camera | |
리턴 | void |
public centerShapeInCameraHorizontally ( andengine.entity.shape.Shape pShape ) : void | ||
pShape | andengine.entity.shape.Shape | |
리턴 | void |
public centerShapeInCameraVertically ( andengine.entity.shape.Shape pShape ) : void | ||
pShape | andengine.entity.shape.Shape | |
리턴 | void |