Type alias ConeStyleOptions
ConeStyleOptions: { bottomRadius: number; length: number; material?: PolygonMaterialOptions; show?: boolean; slices?: number; } Type declaration
bottomRadius: number
length: number
Optional show?: boolean
Optional slices?: number