C# Class Mappy_Map2D.Tile

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Contains ( Vector2 point, Tile a ) : bool
Intersects ( Rectangle objDestRect, Tile a ) : bool
ToString ( ) : string

Method Details

Contains() public static méthode

public static Contains ( Vector2 point, Tile a ) : bool
point Vector2
a Tile
Résultat bool

Intersects() public static méthode

public static Intersects ( Rectangle objDestRect, Tile a ) : bool
objDestRect Microsoft.Xna.Framework.Rectangle
a Tile
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string