Battle Talent  V11
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
CrossLink.Network.NetworkEffectSnapshot Struct Reference

Inherits Snapshot.

Public Member Functions

 NetworkEffectSnapshot (double remoteTime, double localTime, List< string > playList, List< uint > playIdxList, List< Vector3 > playPosList, List< Quaternion > playRotList, List< uint > givebackIdxList)
 
void CopySnapshot (double remoteTime, double localTime, List< string > playList, List< uint > playIdxList, List< Vector3 > playPosList, List< Quaternion > playRotList, List< uint > givebackIdxList)
 
void CopySnapshot (NetworkEffectSnapshot snapshot)
 
void Clear ()
 
override string ToString ()
 

Static Public Member Functions

static NetworkEffectSnapshot Interpolate (NetworkEffectSnapshot from, NetworkEffectSnapshot to, double t)
 

Public Attributes

List< string > playEffects
 
List< uint > playIdxs
 
List< Vector3 > playPos
 
List< Quaternion > playRot
 
List< uint > givebackIdxs
 

Properties

double remoteTime [get, set]
 
double localTime [get, set]