| AnimTile Class |
Namespace: (Default Namespace)
public class AnimTile : TileBase
The AnimTile type exposes the following members.
| Name | Description | |
|---|---|---|
| AnimTile(Counter, TileFrame) |
Creates an animated tile definition
| |
| AnimTile(Counter, TileCategoryMembershipBase, TileFrame) |
Creates an animated tile definition and defines the tile's membership in tiel categories.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMember | (Overrides TileBaseIsMember(TileCategoryName).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CurrentFrame |
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.) | |
| FrameSequenceIndex |
Return the index of the current distinct animation frame in the tile's animation sequence.
(NOT a counter value)
| |
| FrameSequenceLength |
Return the total number of distinct animation frames in the tile.
|