C# 클래스 Artemis.Engine.Graphics.SpriteSheet.Tile

파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine

공개 프로퍼티들

프로퍼티 타입 설명
Rectangle Microsoft.Xna.Framework.Rectangle
TextureID int

공개 메소드들

메소드 설명
Tile ( int id, Rectangle rectangle ) : System.Collections.Generic

메소드 상세

Tile() 공개 메소드

public Tile ( int id, Rectangle rectangle ) : System.Collections.Generic
id int
rectangle Microsoft.Xna.Framework.Rectangle
리턴 System.Collections.Generic

프로퍼티 상세

Rectangle 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework Rectangle
리턴 Microsoft.Xna.Framework.Rectangle

TextureID 공개적으로 프로퍼티

The index of the texture associated with this rectangle in the list of LoadedTextures (not a property of TextureReference, but of the SpriteSheet a TextureReference belongs to).
public int TextureID
리턴 int