Click or drag to resize
TileCategoryFrameMembershipItem Property
Returns true if the specified zero-based frame (not counter value) of the tile is a member of the specified category.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool this[
	int nFrameSequenceIndex,
	TileCategoryName category
] { get; }

Parameters

nFrameSequenceIndex
Type: SystemInt32
category
Type: (Default Namespace)TileCategoryName

Property Value

Type: Boolean
Remarks
nFrameSequenceIndex refers to the index within the list of distinct frames in the tile's animation sequence, not the counter value that corresponds to that frame. This operation is simple and will return in O(1) time (it does not depend on the number of frames, categories or memberships involved). FrameSequenceIndex
See Also