TileFrameMembership Constructor |
Constructs membership information given all the parameters
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public TileFrameMembership(
TileCategoryName category,
int[] frames
)
Parameters
- category
- Type: (Default Namespace)TileCategoryName
Specifies a category that will contain one or more
frames from an animated tile. - frames
- Type: SystemInt32
Specifies the indexes of the tile's frames that will be
included in this category. Note that this refers to frame sequence index as described
in FrameSequenceIndex, and not a counter value.
See Also