InputFilter

Wire Editor

Description

  • Filter components that amplify the value of AnalogInput or remove the noise.

  • It can be processed in favor of the control as the sensor information is inaccurate.

Inspector

invert

    • Inverts the input value. (For example, 0 to 1, 1 to 0 )

amplify

minValue

  • Appears when amplify is checked

  • Minimum value of the amplifying range

maxValue

  • Appears when amplify is checked

  • Maximum value of the amplifying range

smooth

    • Makes smooth by removing the noise from the input value.

sensitivity

  • It appears when smooth is checked

  • The response speed according to the change of input value.

    • The less the value, the slower the reaction speed and more noise is removed.

    • The higher the value, the faster the reaction speed and less noise is removed

Source Curve

  • Appears when Unity is in PlayMode

  • Changes in value according to the time of entering in the Filter

Result Curve

  • Appears when Unity is in PlayMode

  • Changes in the value according to the time passing through the Filter

Reset

  • Appears when Unity is in PlayMode

  • Draw the Curve graph again

Wiring