C# Класс andengine.collision.RectangularShapeCollisionChecker

Наследование: ShapeCollisionChecker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CheckCollision() публичный статический Метод

public static CheckCollision ( andengine.entity.shape.RectangularShape pRectangularShapeA, andengine.entity.shape.RectangularShape pRectangularShapeB ) : bool
pRectangularShapeA andengine.entity.shape.RectangularShape
pRectangularShapeB andengine.entity.shape.RectangularShape
Результат bool

CheckContains() публичный статический Метод

public static CheckContains ( andengine.entity.shape.RectangularShape pRectangularShape, float pX, float pY ) : bool
pRectangularShape andengine.entity.shape.RectangularShape
pX float
pY float
Результат bool

FillVertices() публичный статический Метод

public static FillVertices ( andengine.entity.shape.RectangularShape pRectangularShape, float pVertices ) : void
pRectangularShape andengine.entity.shape.RectangularShape
pVertices float
Результат void