Wwise SDK 2025.1.0
|
Type for a point in an RTPC or Attenuation curve. More...
#include <AkSoundEngineTypes.h>
Public Member Functions | |
AkGraphPointBase ()=default | |
AkGraphPointBase (AkReal32 in_from, VALUE_TYPE in_to, AkCurveInterpolation in_interp) | |
bool | operator== (const AkGraphPointBase &other) const |
bool | operator!= (const AkGraphPointBase &other) const |
Public Attributes | |
AkReal32 | From |
Represents the value on the X axis. More... | |
VALUE_TYPE | To |
Represents the value on the Y axis. More... | |
AkCurveInterpolation | Interp |
The shape of the interpolation curve between this point and the next. More... | |
Type for a point in an RTPC or Attenuation curve.
Definition at line 293 of file AkSoundEngineTypes.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise