C# 클래스 EagerLoadingStrategy, tilemap

Eager loading strategy loads not only visible tiles but also ones that are likely to be visible. It's based on LazyLoadingStrategy, and loads additional tiles according to users' actions.
상속: ITileLoadingStrategy
파일 보기 프로젝트 열기: stalexwang/tilemap 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
GetPotentialTiles ( Vec2, point, Vector2 normal ) : ICollection

메소드 상세

EagerLoadingStrategy() 공개 메소드

public EagerLoadingStrategy ( ) : System
리턴 System

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