Class constructor

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public Cube(
	XYZ pos,
	float size,
	Color color,
	int layer
)
Visual Basic (Declaration)
Public Sub New ( _
	pos As XYZ, _
	size As Single, _
	color As Color, _
	layer As Integer _
)
Visual C++
public:
Cube(
	XYZ^ pos, 
	float size, 
	Color color, 
	int layer
)

Parameters

pos
Type: GLSV..::.XYZ
Cube position
size
Type: System..::.Single
Cube size
color
Type: System.Drawing..::.Color
Cube color
layer
Type: System..::.Int32
Cube layer

See Also