This Potentiometer Module allows for input of a value with infinite range, this because it only fires how much the value changed since last, not how much it is at.
Properties
enabled : Bool
Sets wheter to accept input on this encoder or not. True means accept input, false means to igore input
Details
Flags
RuntimeSyncRuntimeParallel
Display Name
Enabled
Functions
setColor (Red : Float, Green : Float, Blue : Float, Emit : Float)
Details
Flags
RuntimeSyncRuntimeParallelMemberFunc
Display Name
setColor
Parameters
Name
Type
Description
RedRed
Float
GreenGreen
Float
BlueBlue
Float
EmitEmit
Float
Signals
value (IntValuevalue)
Signal fired when this potentiometers value changes by user interaction.
Details
Parameters
Name
Type
Description
Valuevalue
Int
The amount of which this potentiometer have changed since the last tick.