34 _value = force <= MinValue ? MinValue : force >=
MaxValue ?
MaxValue : force;
Force value to be applied to an effect.
Definition: WeArtForce.h:10
float value() const
Force value getter.
Definition: WeArtForce.h:27
bool operator==(const WeArtForce &other)
Definition: WeArtForce.h:37
WeArtForce()
Definition: WeArtForce.h:12
static constexpr float MaxValue
Definition: WeArtForce.h:21
void value(float force)
Force value setter.
Definition: WeArtForce.h:33
WeArtForce(bool active, float force)
Definition: WeArtForce.h:14
static constexpr float DefaultValue
Definition: WeArtForce.h:19
bool active
Definition: WeArtForce.h:23
static constexpr float MinValue
Definition: WeArtForce.h:20