Свойство | Type | Description | |
---|---|---|---|
mBaseHeight | float | ||
mBaseWidth | float | ||
mHeight | float | ||
mWidth | float |
Méthode | Description | |
---|---|---|
CollidesWith ( IShape pOtherShape ) : bool | ||
Contains ( float pX, float pY ) : bool | ||
ConvertLocalToSceneCoordinates ( float pX, float pY ) : float[] | ||
ConvertSceneToLocalCoordinates ( float pX, float pY ) : float[] | ||
GetBaseHeight ( ) : float | ||
GetBaseWidth ( ) : float | ||
GetHeight ( ) : float | ||
GetSceneCenterCoordinates ( ) : float[] | ||
GetVertexBuffer ( ) : andengine.opengl.vertex.VertexBuffer | ||
GetWidth ( ) : float | ||
RectangularShape ( float pX, float pY, float pWidth, float pHeight, andengine.opengl.vertex.VertexBuffer pVertexBuffer ) | ||
Reset ( ) : void | ||
SetBaseSize ( ) : void | ||
SetHeight ( float pHeight ) : void | ||
SetSize ( float pWidth, float pHeight ) : void | ||
SetWidth ( float pWidth ) : void |
Méthode | Description | |
---|---|---|
DrawVertices ( Javax.Microedition.Khronos.Opengles.IGL10 pGL, andengine.engine.camera.Camera pCamera ) : void | ||
IsCulled ( andengine.engine.camera.Camera pCamera ) : bool |
public CollidesWith ( IShape pOtherShape ) : bool | ||
pOtherShape | IShape | |
Résultat | bool |
public Contains ( float pX, float pY ) : bool | ||
pX | float | |
pY | float | |
Résultat | bool |
public ConvertLocalToSceneCoordinates ( float pX, float pY ) : float[] | ||
pX | float | |
pY | float | |
Résultat | float[] |
public ConvertSceneToLocalCoordinates ( float pX, float pY ) : float[] | ||
pX | float | |
pY | float | |
Résultat | float[] |
protected DrawVertices ( Javax.Microedition.Khronos.Opengles.IGL10 pGL, andengine.engine.camera.Camera pCamera ) : void | ||
pGL | Javax.Microedition.Khronos.Opengles.IGL10 | |
pCamera | andengine.engine.camera.Camera | |
Résultat | void |
public GetSceneCenterCoordinates ( ) : float[] | ||
Résultat | float[] |
public GetVertexBuffer ( ) : andengine.opengl.vertex.VertexBuffer | ||
Résultat | andengine.opengl.vertex.VertexBuffer |
protected IsCulled ( andengine.engine.camera.Camera pCamera ) : bool | ||
pCamera | andengine.engine.camera.Camera | |
Résultat | bool |
public RectangularShape ( float pX, float pY, float pWidth, float pHeight, andengine.opengl.vertex.VertexBuffer pVertexBuffer ) | ||
pX | float | |
pY | float | |
pWidth | float | |
pHeight | float | |
pVertexBuffer | andengine.opengl.vertex.VertexBuffer |
public SetSize ( float pWidth, float pHeight ) : void | ||
pWidth | float | |
pHeight | float | |
Résultat | void |