Wwise SDK 2025.1.0
|
Type for a point in an RTPC or Attenuation curve. 更多...
#include <AkSoundEngineTypes.h>
Public 成员函数 | |
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 属性 | |
AkReal32 | From |
Represents the value on the X axis. 更多... | |
VALUE_TYPE | To |
Represents the value on the Y axis. 更多... | |
AkCurveInterpolation | Interp |
The shape of the interpolation curve between this point and the next. 更多... | |
Type for a point in an RTPC or Attenuation curve.
在文件 AkSoundEngineTypes.h 第 293 行定义.