ScriptTemplateWithDisplayHelpers

abstract class ScriptTemplateWithDisplayHelpers(val userHandlesProvider: UserHandlesProvider)

Constructors

Link copied to clipboard
constructor(userHandlesProvider: UserHandlesProvider)

Functions

Link copied to clipboard
fun ScriptTemplateWithDisplayHelpers.ANIMATE(framesCount: Int, frameByIndex: (index: Int) -> Frame<*>)
fun ScriptTemplateWithDisplayHelpers.ANIMATE(delay: Duration, nextValue: () -> Any?)
fun <T> ScriptTemplateWithDisplayHelpers.ANIMATE(firstFrame: Frame<T>, nextFrame: (Frame<T>) -> Frame<T>?)
fun <T : Any> ScriptTemplateWithDisplayHelpers.ANIMATE(delay: Duration, firstValue: T?, nextValue: (T) -> T?)
fun ScriptTemplateWithDisplayHelpers.ANIMATE(delay: Duration, framesCount: Int, valueByIndex: (index: Int) -> Any?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ScriptTemplateWithDisplayHelpers.loadLibraryDescriptor(descriptorText: String, options: Map<String, String> = emptyMap())
Link copied to clipboard
Link copied to clipboard