C# 클래스 Artemis.Engine.AbstractLayoutSpacingProvider

파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine 1 사용 예제들

공개 메소드들

메소드 설명
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