C# Class andengine.collision.RectangularShapeCollisionChecker

Inheritance: ShapeCollisionChecker
ファイルを表示 Open project: jamesburton/AndEngine.net Class Usage Examples

Public Methods

Method Description
CheckCollision ( andengine.entity.shape.RectangularShape pRectangularShapeA, andengine.entity.shape.RectangularShape pRectangularShapeB ) : bool
CheckContains ( andengine.entity.shape.RectangularShape pRectangularShape, float pX, float pY ) : bool
FillVertices ( andengine.entity.shape.RectangularShape pRectangularShape, float pVertices ) : void

Method Details

CheckCollision() public static method

public static CheckCollision ( andengine.entity.shape.RectangularShape pRectangularShapeA, andengine.entity.shape.RectangularShape pRectangularShapeB ) : bool
pRectangularShapeA andengine.entity.shape.RectangularShape
pRectangularShapeB andengine.entity.shape.RectangularShape
return bool

CheckContains() public static method

public static CheckContains ( andengine.entity.shape.RectangularShape pRectangularShape, float pX, float pY ) : bool
pRectangularShape andengine.entity.shape.RectangularShape
pX float
pY float
return bool

FillVertices() public static method

public static FillVertices ( andengine.entity.shape.RectangularShape pRectangularShape, float pVertices ) : void
pRectangularShape andengine.entity.shape.RectangularShape
pVertices float
return void