1#ifndef NW_SND_MOVE_VALUE_H_
2#define NW_SND_MOVE_VALUE_H_
6template <
typename ValueType,
typename CountType>
26 void SetTarget(ValueType targetValue, CountType frames)
44 return static_cast<ValueType>(
63 return static_cast<CountType>(0);
Definition snd_MoveValue.h:8
void Update()
Definition snd_MoveValue.h:49
CountType GetRemainingCount() const
Definition snd_MoveValue.h:60
CountType m_Counter
Definition snd_MoveValue.h:72
ValueType GetValue() const
Definition snd_MoveValue.h:39
void SetTarget(ValueType targetValue, CountType frames)
Definition snd_MoveValue.h:26
void InitValue(ValueType value)
Definition snd_MoveValue.h:18
ValueType GetTarget() const
Definition snd_MoveValue.h:34
bool IsFinished() const
Definition snd_MoveValue.h:55
CountType m_Frame
Definition snd_MoveValue.h:71
ValueType m_Target
Definition snd_MoveValue.h:70
ValueType m_Origin
Definition snd_MoveValue.h:69
MoveValue()
Definition snd_MoveValue.h:10
Definition snd_BasicSound.cpp:3
Definition snd_BasicSound.cpp:3