C# Класс PlatformerPOC.Helpers.CustomBoundingBox

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

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

Метод Описание
SetFullRectangle ( Vector2 position, Rectangle spriteDimensions, Vector2 velocity, int cropLeft, int cropRight, int cropTop, int cropBottom ) : void

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

SetFullRectangle() публичный Метод

public SetFullRectangle ( Vector2 position, Rectangle spriteDimensions, Vector2 velocity, int cropLeft, int cropRight, int cropTop, int cropBottom ) : void
position Microsoft.Xna.Framework.Vector2
spriteDimensions Microsoft.Xna.Framework.Rectangle
velocity Microsoft.Xna.Framework.Vector2
cropLeft int
cropRight int
cropTop int
cropBottom int
Результат void