ImageAnimation Constructor ( Image , Single)Delta Engine Documentation
Initializes a new instance of the ImageAnimation class

Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public ImageAnimation(
	Image[] images,
	float duration
)

Parameters

images
Type:  DeltaEngine.Content Image 
duration
Type: System Single
See Also