C# 클래스 Fusion.Engine.Graphics.TextureAtlas.Element

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Index int
Name string
Width int
X int
Y int

공개 메소드들

메소드 설명
GetRect ( ) : Rectangle
GetRectF ( float width, float height ) : RectangleF

메소드 상세

GetRect() 공개 메소드

public GetRect ( ) : Rectangle
리턴 Rectangle

GetRectF() 공개 메소드

public GetRectF ( float width, float height ) : RectangleF
width float
height float
리턴 RectangleF

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Index 공개적으로 프로퍼티

public int Index
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Width 공개적으로 프로퍼티

public int Width
리턴 int

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int