Fork me on GitHub

ConditionalEffect Struct

Summary

Use this class when dealing with Force type of Conditional
Namespace
SharpInputSystem
Interfaces
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type-.->Interface0["IForceEffect"] click Interface0 "/sharpinputsystem/api/SharpInputSystem/IForceEffect" Type["ConditionalEffect"] class Type type-node

Syntax

public struct ConditionalEffect : ValueType, IForceEffect

Properties

Name Value Summary
Center short
-10k to +10k
DeadBand ushort
Region around center in which the condition is not active
LeftCoefficient short
-10k to +10k (Negative Coefficient)
LeftSaturation ushort
0 to 10,0000 (Negative Saturation)
RightCoefficient short
-10k to +10k (Positive Coeff)
RightSaturation ushort
0 to 10,0000 (Positive Saturation)