Enfusion Script API
|
Public Member Functions | |
override float | Filter (float pDt, float pVal) |
One filter step. | |
Public Member Functions inherited from FilterSmoothCD | |
void | FilterSmoothCD (float pSmoothTime=0.1, float pMaxVel=FLT_MAX) |
void | Reset (float pVal) |
Resets filter. | |
void | SetValue (float pVal) |
Sets the value, but retains velocity. | |
float | GetValue () |
float | Filter (float pDt, float pVal) |
One filter step. | |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Additional Inherited Members | |
Public Attributes inherited from FilterSmoothCD | |
float | m_fSmoothTime |
float | m_fMaxVelocity |
float | m_fActVal |
float | m_fVelocity |
One filter step.
Implements FilterSmoothCD.