infoOverlay

fun NodeManager.infoOverlay(content: Node? = null, text: String? = null): InfoOverlay

Add an InfoOverlay to this manager.

Return

the control added.


inline fun infoOverlay(content: Node? = null, text: String? = null, configuration: KtfxInfoOverlay.() -> Unit): InfoOverlay

Create an InfoOverlay with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.infoOverlay(content: Node? = null, text: String? = null, configuration: KtfxInfoOverlay.() -> Unit): InfoOverlay

Add an InfoOverlay with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.