Click or drag to resize
AnimTile Class
Represents the definition for an animated tile in a tileset
Inheritance Hierarchy

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

The AnimTile type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMember (Overrides TileBaseIsMember(TileCategoryName).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCurrentFrame
Return an array of frame indexes representing the frames from this tile's frameset that should be drawn for the tile in its current state.
(Overrides TileBaseCurrentFrame.)
Public propertyFrameSequenceIndex
Return the index of the current distinct animation frame in the tile's animation sequence. (NOT a counter value)
Public propertyFrameSequenceLength
Return the total number of distinct animation frames in the tile.
Top
See Also