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

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

public BoxMesh(
	Vector3D size,
	Color color
)
See Also