Component:SliderMemberEditor
From Resonite Wiki
More actions
Component image 
Slider Member Editor component as seen in the Scene Inspector

The SliderMemberEditor is commonly used in inspectors and can be used for Ref hacking.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Continuous
|
Bool | Whether slider values should be constantly changed every frame update. |
_path
|
String | The value underneath the target element to change. path elements are separated by ".". |
_target
|
direct RelayRef`1<IField> | The target field to change. |
_slider
|
Slider`1<Float> | The slider to trigger change events this component should use to influence _target
|
_sliderValue
|
field drive of Float | The value to be used for changing _target
|
_textEditor
|
PrimitiveMemberEditor | The text editor to change _target as a number text field.
|