GenericSetting

apply-on-change

bool

Whether or not to immediatly set value when setting changes.

bind-value

bool

Whether or not to bind the UIValue given with the value property to update the value when NotifyPropertyChanged is called.

formatter

UIAction<type>;string

How to display a certain setting option.

get-event

event

When this event is raised the current setting’s value will be set to the value of value.

on-change

UIAction<type>

UIAction to call when value changes.

set-event

event

When this event is raised value will be set to the current setting’s value.

value

UIValue(type)

UIValue of setting type to get from and set to.