Logic Constructor (Int32, Int32,  Vector2D )Delta Engine Documentation
Initializes a new instance of the Logic class

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

protected Logic(
	int width,
	int height,
	Vector2D[] homeSquares
)

Parameters

width
Type: System Int32
height
Type: System Int32
homeSquares
Type:  DeltaEngine.Datatypes Vector2D 
See Also