C# Class LazyLoadingStrategy, tilemap

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

Méthodes publiques

Méthode Description
GetTilesToLoad ( float x, float y, float w, float h, int m, int n ) : ICollection

Method Details

GetTilesToLoad() public méthode

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
Résultat ICollection