C# 클래스 OgmoEditor.Definitions.Tileset

파일 보기 프로젝트 열기: talesofgames/Ogmo-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FilePath string
Name string
TileSep int
TileSize Size

공개 메소드들

메소드 설명
Clone ( ) : Tileset
ContainsTile ( Point tile ) : bool
ContainsTile ( int id ) : bool
GenerateBitmap ( ) : void
GetBitmap ( ) : Bitmap
GetBitmapFromID ( int id ) : Bitmap
GetCellFromID ( int id ) : Point
GetIDFromCell ( Point cell ) : int
GetIDFromCell ( int cellX, int cellY ) : int
GetIDFromSelectionRectPoint ( Rectangle selection, Point startCell, Point currentCell ) : int
GetRectFromID ( int id ) : Rectangle
GetTileHit ( Point at ) : int
GetVisualRectFromSelection ( Rectangle selection ) : Rectangle
SetFilePath ( string to ) : void
Tileset ( ) : System.Drawing
ToString ( ) : string
TransformID ( Tileset from, int id ) : int
TransformMap ( Tileset from, ].int[ ids ) : ].int[

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Tileset
리턴 Tileset

ContainsTile() 공개 메소드

public ContainsTile ( Point tile ) : bool
tile Point
리턴 bool

ContainsTile() 공개 메소드

public ContainsTile ( int id ) : bool
id int
리턴 bool

GenerateBitmap() 공개 메소드

public GenerateBitmap ( ) : void
리턴 void

GetBitmap() 공개 메소드

public GetBitmap ( ) : Bitmap
리턴 Bitmap

GetBitmapFromID() 공개 메소드

public GetBitmapFromID ( int id ) : Bitmap
id int
리턴 Bitmap

GetCellFromID() 공개 메소드

public GetCellFromID ( int id ) : Point
id int
리턴 Point

GetIDFromCell() 공개 메소드

public GetIDFromCell ( Point cell ) : int
cell Point
리턴 int

GetIDFromCell() 공개 메소드

public GetIDFromCell ( int cellX, int cellY ) : int
cellX int
cellY int
리턴 int

GetIDFromSelectionRectPoint() 공개 메소드

public GetIDFromSelectionRectPoint ( Rectangle selection, Point startCell, Point currentCell ) : int
selection Rectangle
startCell Point
currentCell Point
리턴 int

GetRectFromID() 공개 메소드

public GetRectFromID ( int id ) : Rectangle
id int
리턴 Rectangle

GetTileHit() 공개 메소드

public GetTileHit ( Point at ) : int
at Point
리턴 int

GetVisualRectFromSelection() 공개 메소드

public GetVisualRectFromSelection ( Rectangle selection ) : Rectangle
selection Rectangle
리턴 Rectangle

SetFilePath() 공개 메소드

public SetFilePath ( string to ) : void
to string
리턴 void

Tileset() 공개 메소드

public Tileset ( ) : System.Drawing
리턴 System.Drawing

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransformID() 공개 메소드

public TransformID ( Tileset from, int id ) : int
from Tileset
id int
리턴 int

TransformMap() 공개 메소드

public TransformMap ( Tileset from, ].int[ ids ) : ].int[
from Tileset
ids ].int[
리턴 ].int[

프로퍼티 상세

FilePath 공개적으로 프로퍼티

public string FilePath
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

TileSep 공개적으로 프로퍼티

public int TileSep
리턴 int

TileSize 공개적으로 프로퍼티

public Size TileSize
리턴 Size