mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.graphics
/
RenderPassInterface
Render
Pass
Interface
abstract
class
RenderPassInterface
Content copied to clipboard
Constructors
Functions
Constructors
Render
Pass
Interface
Link copied to clipboard
fun
RenderPassInterface
(
)
Content copied to clipboard
Functions
add
Render
Object
Link copied to clipboard
abstract
fun
addRenderObject
(
renderObject
:
RenderObjectInterface
)
Content copied to clipboard
get
Masking
Object
Link copied to clipboard
abstract
fun
getMaskingObject
(
)
:
MaskingObjectInterface
?
Content copied to clipboard
get
Render
Objects
Link copied to clipboard
abstract
fun
getRenderObjects
(
)
:
ArrayList
<
RenderObjectInterface
>
Content copied to clipboard
get
Render
Pass
Config
Link copied to clipboard
abstract
fun
getRenderPassConfig
(
)
:
RenderPassConfig
Content copied to clipboard
get
Scissoring
Rect
Link copied to clipboard
abstract
fun
getScissoringRect
(
)
:
RectI
?
Content copied to clipboard