C# Класс Artemis.Engine.AbstractLayoutSpacingProvider

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

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

Метод Описание
GetPositionOf ( int index, int totalItems, Vector2 initialPosition ) : Vector2

Gets the position of the object with the given index.

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

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

Gets the position of the object with the given index.
public abstract GetPositionOf ( int index, int totalItems, Vector2 initialPosition ) : Vector2
index int
totalItems int
initialPosition Microsoft.Xna.Framework.Vector2
Результат Microsoft.Xna.Framework.Vector2