Click or drag to resize
Tileset Class
Represents tilesets defined in the project
Inheritance Hierarchy
SystemObject
  (Default Namespace)Tileset

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public class Tileset : ISerializable

The Tileset type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFrameset
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberCoolText
Public propertyStatic memberFireText
Public propertyItem
Return a TileBase object describing the tile at the specified tile index in the tileset.
Public propertyTileCount
Return the number of tiles in this tileset.
Public propertyTileHeight
Return the height (in pixels) of tiles in this tileset
Public propertyTileWidth
Return the width (in pixels) of tiles in this tileset
Top
Remarks
This class is generated based on tilesets defined in the project, and contains members to access all tilesets as Tileset instances.
See Also