Inherits AZ::Sample< Vector3 >.
Public Member Functions | |
| Vector3 | GetInterpolatedValue (TimeType) final |
Public Member Functions inherited from AZ::Sample< Vector3 > | |
| void | SetNewTarget (Vector3 newValue, TimeType timestamp) |
| Vector3 | GetTargetValue () const |
| TimeType | GetTargetTimestamp () const |
Additional Inherited Members | |
Public Types inherited from AZ::Sample< Vector3 > | |
| using | TimeType = unsigned int |
Protected Member Functions inherited from AZ::Sample< Vector3 > | |
| void | SetPreviousValue (Vector3 previousValue, TimeType previousTimestamp) |
Protected Attributes inherited from AZ::Sample< Vector3 > | |
| Vector3 | m_targetValue |
| TimeType | m_targetTimestamp |
| Vector3 | m_previousValue |
| TimeType | m_previousTimestamp |
|
inlinefinalvirtual |
Implements AZ::Sample< Vector3 >.