worldwind-ui API / worldwind-kit / SurfaceShapeOptions
Interface: SurfaceShapeOptions ​
Defined in: kit/src/shapes/surface.ts:24
Extends ​
Extended by ​
Properties ​
applyLighting? ​
optionalapplyLighting?:boolean
Defined in: kit/src/shapes/attributes.ts:98
Inherited from ​
depthTest? ​
optionaldepthTest?:boolean
Defined in: kit/src/shapes/attributes.ts:99
Inherited from ​
displayName? ​
optionaldisplayName?:string|null
Defined in: kit/src/shapes/attributes.ts:76
Inherited from ​
drawVerticals? ​
optionaldrawVerticals?:boolean
Defined in: kit/src/shapes/attributes.ts:97
Inherited from ​
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/shapes/attributes.ts:77
Inherited from ​
fill? ​
optionalfill?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:93
Inherited from ​
highlight? ​
optionalhighlight?:ShapeStyle|null
Defined in: kit/src/shapes/surface.ts:26
imageSource? ​
optionalimageSource?:string|null
Defined in: kit/src/shapes/attributes.ts:100
Inherited from ​
pathType? ​
optionalpathType?:PathType
Defined in: kit/src/shapes/surface.ts:25
stroke? ​
optionalstroke?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:94
Inherited from ​
strokeWidth? ​
optionalstrokeWidth?:number
Defined in: kit/src/shapes/attributes.ts:96
Outline width in pixels.
Inherited from ​
userData? ​
optionaluserData?:unknown
Defined in: kit/src/shapes/attributes.ts:79
Stored on the renderable's userProperties; comes back from picks.