C# Class LazyLoadingStrategy, tilemap

Lazy loading strategy only loads tiles that are visible.
Inheritance: ITileLoadingStrategy
Mostrar archivo Open project: stalexwang/tilemap Class Usage Examples

Public Methods

Method Description
GetTilesToLoad ( float x, float y, float w, float h, int m, int n ) : ICollection

Method Details

GetTilesToLoad() public method

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
return ICollection