Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-cesium-engine
/
cesium.engine
/
BufferPolygonOptions
Buffer
Polygon
Options
external
interface
BufferPolygonOptions
(
source
)
Members
Properties
holes
Link copied to clipboard
abstract
val
holes
:
TypedArray
<
*
,
*
,
*
,
*
>
?
material
Link copied to clipboard
abstract
val
material
:
BufferPolygonMaterial
?
positions
Link copied to clipboard
abstract
val
positions
:
TypedArray
<
*
,
*
,
*
,
*
>
?
show
Link copied to clipboard
abstract
val
show
:
Boolean
?
triangles
Link copied to clipboard
abstract
val
triangles
:
TypedArray
<
*
,
*
,
*
,
*
>
?