Sleeping Wombat GUI  0.100
swGUI
Public Member Functions | Public Attributes | List of all members
Key< ValueType > Struct Template Reference

Animation key. More...

#include <IInterpolator.h>

Public Member Functions

 Key ()=default
 
 Key (TimeType t, ValueType val)
 

Public Attributes

TimeType Time
 
ValueType Value
 

Detailed Description

template<typename ValueType>
struct Key< ValueType >

Animation key.

Constructor & Destructor Documentation

template<typename ValueType>
Key< ValueType >::Key ( )
explicitdefault
template<typename ValueType>
Key< ValueType >::Key ( TimeType  t,
ValueType  val 
)
inlineexplicit

Member Data Documentation

template<typename ValueType>
TimeType Key< ValueType >::Time
template<typename ValueType>
ValueType Key< ValueType >::Value

The documentation for this struct was generated from the following files: