목차
Wwise SDK 2018.1.11
|
AK::CAkValueRamp Class Reference
Public Member Functions | |
CAkValueRamp () | |
Constructor method. More... |
|
~CAkValueRamp () | |
Destructor method. More... |
|
void | RampSetup (AkReal32 fStepIncrement, AkReal32 fInitVal) |
Initial parameter interpolation ramp setup. More... |
|
AkForceInline void | SetTarget (AkReal32 fTarget) |
Set the ramp's target value. More... |
|
AkForceInline AkReal32 | Tick () |
AkReal32 | GetCurrent () |
void | SetCurrent (AkReal32 in_fCurrent) |
Set the current interpolated value. More... |
|
AkUInt32 | GetRampCount () |
void | SetRampCount (AkUInt32 in_uRampCount) |
Set the current interpolation frame count. More... |
|
void | StopRamp () |
The ramp is no longer necessary; set to target. More... |
|
Detailed Description
Platform-independent parameter interpolation service for software plug-ins.
![]() |
Note: Algorithm performs linear interpolation. |
Definition at line 49 of file AkValueRamp.h.
The documentation for this class was generated from the following file:
- include/AK/Plugin/PluginServices/AkValueRamp.h