height : Basics.Float -> AFrame.Properties.Property
Height of a cone.
Default : 2
radiusTop : Basics.Float -> AFrame.Properties.Property
Radius of the top end of the cone.
Default: 1
radiusBottom : Basics.Float -> AFrame.Properties.Property
Radius of the bottom end of the cone.
Default: 1
segmentsRadial : Basics.Int -> AFrame.Properties.Property
Number of segmented faces around the circumference of the cone.
Default: 36
segmentsHeight : Basics.Int -> AFrame.Properties.Property
Number of rows of faces along the height of the cone.
Default: 18
openEnded : Basics.Bool -> AFrame.Properties.Property
Whether the ends of the cone are open (true) or capped (false).
Default : false
thetaStart : Basics.Float -> AFrame.Properties.Property
Start angle in degrees.
Default: 0
thetaLength : Basics.Float -> AFrame.Properties.Property
Central angle in degrees.
Default: 360