![]() |
Cesium for Unity 1.23.0
|
The style used to draw polygons. More...
Public Attributes | |
| bool | fill |
| Whether the polygon should be filled. | |
| CesiumVectorPolygonFillStyle | fillStyle |
| If fill is true, this style will be used when filling the polygon. | |
| bool | outline |
| Whether the polygon should be outlined. | |
| CesiumVectorLineStyle | outlineStyle |
| If outline is true, this style will be used when outlining the polygon. | |
Properties | |
| static CesiumVectorPolygonStyle | Default [get] |
| Creates a default polygon style with fill enabled and outline disabled. | |
The style used to draw polygons.
Definition at line 121 of file CesiumVectorStyle.cs.
| bool CesiumForUnity.CesiumVectorPolygonStyle.fill |
Whether the polygon should be filled.
Definition at line 127 of file CesiumVectorStyle.cs.
| CesiumVectorPolygonFillStyle CesiumForUnity.CesiumVectorPolygonStyle.fillStyle |
If fill is true, this style will be used when filling the polygon.
Definition at line 133 of file CesiumVectorStyle.cs.
| bool CesiumForUnity.CesiumVectorPolygonStyle.outline |
Whether the polygon should be outlined.
Definition at line 139 of file CesiumVectorStyle.cs.
| CesiumVectorLineStyle CesiumForUnity.CesiumVectorPolygonStyle.outlineStyle |
If outline is true, this style will be used when outlining the polygon.
Definition at line 145 of file CesiumVectorStyle.cs.
|
staticget |
Creates a default polygon style with fill enabled and outline disabled.
Definition at line 150 of file CesiumVectorStyle.cs.