C# 클래스 Fusion.Engine.Graphics.GIS.DataSystem.MapSources.MapTile

파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsLoaded bool
LruIndex int
Path string
Tile Texture2D
Time float
Url string
X int
Y int
Zoom int

프로퍼티 상세

IsLoaded 공개적으로 프로퍼티

public bool IsLoaded
리턴 bool

LruIndex 공개적으로 프로퍼티

public int LruIndex
리턴 int

Path 공개적으로 프로퍼티

public string Path
리턴 string

Tile 공개적으로 프로퍼티

public Texture2D Tile
리턴 Texture2D

Time 공개적으로 프로퍼티

public float Time
리턴 float

Url 공개적으로 프로퍼티

public string Url
리턴 string

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int

Zoom 공개적으로 프로퍼티

public int Zoom
리턴 int