* areaFillMode * set/get the area fill mode - one of 'full', 'partial' (default), or 'wireframe'
()
| 965 | * set/get the area fill mode - one of 'full', 'partial' (default), or 'wireframe' |
| 966 | */ |
| 967 | get areaFillMode() { |
| 968 | return this._currFillMode; |
| 969 | } |
| 970 | set areaFillMode(val) { |
| 971 | const context = this.context; |
| 972 | const gfx = context.systems.gfx; |
nothing calls this directly
no test coverage detected