Click or drag to resize
TopSolidTileShape Class
Represents a tile that is only solid from above. A sprite can move freely through this tile in any direction unless the sprite is fully above the tile in which case it cannot penetrate the top.
Inheritance Hierarchy

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public class TopSolidTileShape : TileShape

The TopSolidTileShape type exposes the following members.

Constructors
  NameDescription
Public methodTopSolidTileShape
Initializes a new instance of the TopSolidTileShape class
Top
Methods
Properties
  NameDescription
Public propertyStatic memberValue
Returns the default instance of this class.
Top
See Also