Click or drag to resize
SimpleTile Constructor (Int32, TileCategoryMembershipBase)
Constructs a single-frame tile based on multiple frameset frames, and specifies the tile's membership in tile categories.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public SimpleTile(
	int[] frame,
	TileCategoryMembershipBase membership
)

Parameters

frame
Type: SystemInt32
An array of frame indexes that make of this compisite tile.
membership
Type: (Default Namespace)TileCategoryMembershipBase
Provides an object that determines in which categories this tile is a member.
Remarks
The frame indexes represent the multiple frames that this tile will always draw. The first frame is drawn behind, and the last frame is drawn in front.
See Also