C# Class MapUtil, tilemap

Afficher le fichier Open project: stalexwang/tilemap Class Usage Examples

Méthodes publiques

Méthode Description
GetBorderPoints ( float x, float y, float w, float h ) : ICollection
GetLeftBorder ( float x ) : int
GetLowerBorder ( float y ) : int
GetRightBorder ( float w ) : int
GetUpperBorder ( float h ) : int

Method Details

GetBorderPoints() public static méthode

public static GetBorderPoints ( float x, float y, float w, float h ) : ICollection
x float
y float
w float
h float
Résultat ICollection

GetLeftBorder() public static méthode

public static GetLeftBorder ( float x ) : int
x float
Résultat int

GetLowerBorder() public static méthode

public static GetLowerBorder ( float y ) : int
y float
Résultat int

GetRightBorder() public static méthode

public static GetRightBorder ( float w ) : int
w float
Résultat int

GetUpperBorder() public static méthode

public static GetUpperBorder ( float h ) : int
h float
Résultat int