Box Constructor (Vector3D, Color, Vector3D)Delta Engine Documentation
Initializes a new instance of the Box class

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

public Box(
	Vector3D size,
	Color color,
	Vector3D position
)
See Also