C# Class Mappy_Map2D.Tile

Show file Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Contains() public static method

public static Contains ( Vector2 point, Tile a ) : bool
point Vector2
a Tile
return bool

Intersects() public static method

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

ToString() public method

public ToString ( ) : string
return string