![]() |
Cesium for Unity 1.23.0
|
The style used to fill polygons. More...
Public Attributes | |
| Color32 | color |
| The color to be used. | |
| CesiumVectorColorMode | colorMode |
| The color mode to be used. | |
Properties | |
| static CesiumVectorPolygonFillStyle | Default [get] |
| Creates a default polygon fill style with white color. | |
The style used to fill polygons.
Definition at line 93 of file CesiumVectorStyle.cs.
| Color32 CesiumForUnity.CesiumVectorPolygonFillStyle.color |
The color to be used.
Definition at line 99 of file CesiumVectorStyle.cs.
| CesiumVectorColorMode CesiumForUnity.CesiumVectorPolygonFillStyle.colorMode |
The color mode to be used.
Definition at line 105 of file CesiumVectorStyle.cs.
|
staticget |
Creates a default polygon fill style with white color.
Definition at line 110 of file CesiumVectorStyle.cs.