Rebel Fork Framework
Urho3D::NetworkValueTraits< T > Struct Template Reference

#include <Urho3D/Replica/NetworkValue.h>

Public Types

using InternalType = T
 
using ReturnType = T
 

Static Public Member Functions

static InternalType Interpolate (const InternalType &lhs, const InternalType &rhs, float blendFactor, float snapThreshold)
 
static ReturnType Extract (const InternalType &value)
 
static ReturnType Extrapolate (const InternalType &value, float extrapolationFactor)
 
static void UpdateCorrection (ReturnType &inverseCorrection, const ReturnType &correctValue, const ReturnType &oldValue)
 
static void SmoothCorrection (ReturnType &inverseCorrection, float blendFactor)
 
static void ApplyCorrection (const ReturnType &inverseCorrection, ReturnType &value)
 

Detailed Description

template<class T>
struct Urho3D::NetworkValueTraits< T >

Utility to manipulate values stored in NetworkValue.


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