ConeMesh Constructor (Single, Single, Color, Int32)Delta Engine Documentation
Initializes a new instance of the ConeMesh class

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

public ConeMesh(
	float radius,
	float height,
	Color color,
	int tessellation = 12
)
See Also