CSIntListValuePresetProperty
class CSIntListValuePresetProperty(parent: CSHasDestruct, preset: CSPreset<*, *>, key: String, val default: List<Int>, onChange: (value: List<Int>) -> Unit? = null) : CSValuePresetProperty<List<Int>> , CSHasOnLoaded<List<Int>>
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
fun <T> CSHasChangeValue<T>.onChangePausedBy(preset: CSPreset<*, *>, function: (T) -> Unit): CSRegistration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard