Click or drag to resize
CylinderProperties Constructor
Initializes a new instance of the CylinderProperties struct.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public CylinderProperties(
	float height,
	float radius
)

Parameters

height
Type: SystemSingle
Height.
radius
Type: SystemSingle
Radius.
See Also