MaskingObjectInterface

abstract class MaskingObjectInterface

Constructors

Link copied to clipboard
fun MaskingObjectInterface()

Functions

Link copied to clipboard
abstract fun asGraphicsObject(): GraphicsObjectInterface
Link copied to clipboard
abstract fun renderAsMask(    context: RenderingContextInterface,     renderPass: RenderPassConfig,     mvpMatrix: Long,     screenPixelAsRealMeterFactor: Double)