C# 클래스 LazyLoadingStrategy, tilemap

Lazy loading strategy only loads tiles that are visible.
상속: ITileLoadingStrategy
파일 보기 프로젝트 열기: stalexwang/tilemap 1 사용 예제들

공개 메소드들

메소드 설명
GetTilesToLoad ( float x, float y, float w, float h, int m, int n ) : ICollection

메소드 상세

GetTilesToLoad() 공개 메소드

public GetTilesToLoad ( float x, float y, float w, float h, int m, int n ) : ICollection
x float
y float
w float
h float
m int
n int
리턴 ICollection