Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Sample< Value > Class Template Referenceabstract

Public Types

using TimeType = unsigned int
 

Public Member Functions

void SetNewTarget (Value newValue, TimeType timestamp)
 
virtual Value GetInterpolatedValue (TimeType time)=0
 
Value GetTargetValue () const
 
TimeType GetTargetTimestamp () const
 

Protected Member Functions

void SetPreviousValue (Value previousValue, TimeType previousTimestamp)
 

Protected Attributes

Value m_targetValue
 
TimeType m_targetTimestamp
 
Value m_previousValue
 
TimeType m_previousTimestamp
 

The documentation for this class was generated from the following file: