CSNullablePresetProperty
abstract class CSNullablePresetProperty<T>(parent: CSHasRegistrationsHasDestruct, preset: CSPreset<*, *>, val key: String, onChange: (value: T?) -> Unit?) : CSPresetPropertyBase<T?> , CSPresetKeyData
Inheritors
Constructors
Link copied to clipboard
constructor(parent: CSHasRegistrationsHasDestruct, preset: CSPreset<*, *>, key: String, onChange: (value: T?) -> Unit?)
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