worldwind-ui API / worldwind-kit / ShapeStyle
Interface: ShapeStyle ​
Defined in: kit/src/shapes/attributes.ts:92
Visual style shared by paths, polygons and surface shapes. null disables a fill or stroke.
Extended by ​
Properties ​
applyLighting? ​
optionalapplyLighting?:boolean
Defined in: kit/src/shapes/attributes.ts:98
depthTest? ​
optionaldepthTest?:boolean
Defined in: kit/src/shapes/attributes.ts:99
drawVerticals? ​
optionaldrawVerticals?:boolean
Defined in: kit/src/shapes/attributes.ts:97
fill? ​
optionalfill?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:93
imageSource? ​
optionalimageSource?:string|null
Defined in: kit/src/shapes/attributes.ts:100
stroke? ​
optionalstroke?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:94
strokeWidth? ​
optionalstrokeWidth?:number
Defined in: kit/src/shapes/attributes.ts:96
Outline width in pixels.