LayerInterface

abstract class LayerInterface

Constructors

Link copied to clipboard
fun LayerInterface()

Functions

Link copied to clipboard
abstract fun buildRenderPasses(): ArrayList<RenderPassInterface>
Link copied to clipboard
abstract fun enableAnimations(enabled: Boolean)
Link copied to clipboard
abstract fun forceReload()
Link copied to clipboard
abstract fun hide()
Link copied to clipboard
abstract fun isReadyToRenderOffscreen(): LayerReadyState
Link copied to clipboard
abstract fun onAdded(mapInterface: MapInterface)
Link copied to clipboard
abstract fun onRemoved()
Link copied to clipboard
abstract fun pause()
Link copied to clipboard
abstract fun resume()
Link copied to clipboard
abstract fun setErrorManager(errorManager: ErrorManager)
Link copied to clipboard
abstract fun setMaskingObject(maskingObject: MaskingObjectInterface?)
Link copied to clipboard
abstract fun setScissorRect(scissorRect: RectI?)

optional rectangle, remove scissoring when not set

Link copied to clipboard
abstract fun show()
Link copied to clipboard
abstract fun update()