Click or drag to resize
TileFrame Constructor (Int32, Int32)
Constructs a composite TileFrame given its m_nAccumulatedDuration and subFrames.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public TileFrame(
	int nAccumulatedDuration,
	int[] subFrames
)

Parameters

nAccumulatedDuration
Type: SystemInt32
m_nAccumulatedDuration value
subFrames
Type: SystemInt32
subFrames value
See Also