CSValuePresetProperty
abstract class CSValuePresetProperty<T>(parent: CSHasDestruct, preset: CSPreset<*, *>, val key: String, onChange: (value: T) -> Unit? = null) : CSPresetPropertyBase<T> , CSPresetKeyData
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