CSPresetPropertyBase
abstract class CSPresetPropertyBase<T>(parent: CSHasDestruct, val preset: CSPreset<*, *>, val key: String, onChange: (value: T) -> Unit? = null) : CSPropertyBase<T> , CSPresetProperty<T>
Inheritors
Constructors
Link copied to clipboard
constructor(parent: CSHasDestruct, preset: CSPreset<*, *>, key: String, onChange: (value: T) -> Unit? = null)
Properties
Functions
Link copied to clipboard
fun <T> CSHasChangeValue<T>.actionPausedBy(preset: CSPreset<*, *>, function: (T) -> Unit): CSRegistration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> CSHasChangeValue<T>.onChangePausedBy(preset: CSPreset<*, *>, function: (T) -> Unit): CSRegistration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard