C# Class Artemis.Engine.AbstractLayoutSpacingProvider

Afficher le fichier Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Méthodes publiques

Méthode Description
GetPositionOf ( int index, int totalItems, Vector2 initialPosition ) : Vector2

Gets the position of the object with the given index.

Method Details

GetPositionOf() public abstract méthode

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
Résultat Microsoft.Xna.Framework.Vector2