C# Class andengine.collision.RectangularShapeCollisionChecker

Inheritance: ShapeCollisionChecker
Afficher le fichier Open project: jamesburton/AndEngine.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static CheckCollision ( andengine.entity.shape.RectangularShape pRectangularShapeA, andengine.entity.shape.RectangularShape pRectangularShapeB ) : bool
pRectangularShapeA andengine.entity.shape.RectangularShape
pRectangularShapeB andengine.entity.shape.RectangularShape
Résultat bool

CheckContains() public static méthode

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

FillVertices() public static méthode

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