TerrainOverlay
Context
Kind: global class
- Context
- new Context(sampler, borderWidth, tileImage)
- .sampler :
Sampler2D
- .borderWidth :
number
- .tileImage :
string
new Context(sampler, borderWidth, tileImage)
Param | Type |
---|---|
sampler | Sampler2D |
borderWidth | number |
tileImage | string |
context.sampler : Sampler2D
Kind: instance property of Context
context.borderWidth : number
Kind: instance property of Context
context.tileImage : string
URL of the tile image
Kind: instance property of Context