ParallaxBackground Constructor Delta Engine Documentation
Initializes a new instance of the ParallaxBackground class

Namespace: SideScroller
Assembly: SideScroller (in SideScroller.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public ParallaxBackground(
	int numberOfLayers,
	string[] layerImageNames,
	float[] scrollFactors
)

Parameters

numberOfLayers
Type: System Int32
layerImageNames
Type:  System String 
scrollFactors
Type:  System Single 
See Also