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

Inherits Snapshot.

Public Member Functions

 NetworkStateSnapshot (double remoteTime, double localTime, List< bool > bools, List< float > floats, List< int > ints, List< Vector2 > vec2s, List< Vector3 > vec3s, List< Quaternion > quats, List< string > strs)
 
void CopySnapshot (double remoteTime, double localTime, List< bool > bools, List< float > floats, List< int > ints, List< Vector2 > vec2s, List< Vector3 > vec3s, List< Quaternion > quats, List< string > strs)
 
void CopySnapshot (NetworkStateSnapshot snapshot)
 
void Release ()
 
override string ToString ()
 

Public Attributes

List< bool > boolStates
 
List< float > floatStates
 
List< int > intStates
 
List< Vector2 > vec2States
 
List< Vector3 > vec3States
 
List< Quaternion > quatStates
 
List< string > strStates
 

Properties

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