Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Replication.MyTimestampHelper Class Reference

Public Member Functions

void SetEntity (MyEntity entity)
 
 MyTimestampHelper (MyEntity entity)
 
void Update (uint timeStamp)
 
MyTimeStampValues GetTransform (uint timeStamp)
 
void ServerResponse (uint timeStamp, ref MyTransformD serverPositionAndOrientation)
 
void UpdateDeltaVelocities (uint timestamp, ref Vector3 deltaLinear, ref Vector3 deltaAngular)
 
void UpdateDeltaPosition (uint timestamp, ref MyTransformD data)
 
void OverwriteServerPosition (uint timestamp, ref MyTimeStampValues data)
 
void Clear ()
 

Public Attributes

const double POSITION_TOLERANCE = 1
 
const uint MAX_POSHISTORY = 255
 

Detailed Description

Definition at line 27 of file MyTimestampHelper.cs.

Constructor & Destructor Documentation

Sandbox.Game.Replication.MyTimestampHelper.MyTimestampHelper ( MyEntity  entity)
inline

Definition at line 42 of file MyTimestampHelper.cs.

Member Function Documentation

void Sandbox.Game.Replication.MyTimestampHelper.Clear ( )
inline

Definition at line 194 of file MyTimestampHelper.cs.

MyTimeStampValues Sandbox.Game.Replication.MyTimestampHelper.GetTransform ( uint  timeStamp)
inline

Definition at line 73 of file MyTimestampHelper.cs.

void Sandbox.Game.Replication.MyTimestampHelper.OverwriteServerPosition ( uint  timestamp,
ref MyTimeStampValues  data 
)
inline

Definition at line 148 of file MyTimestampHelper.cs.

void Sandbox.Game.Replication.MyTimestampHelper.ServerResponse ( uint  timeStamp,
ref MyTransformD  serverPositionAndOrientation 
)
inline

Definition at line 83 of file MyTimestampHelper.cs.

void Sandbox.Game.Replication.MyTimestampHelper.SetEntity ( MyEntity  entity)
inline

Definition at line 37 of file MyTimestampHelper.cs.

void Sandbox.Game.Replication.MyTimestampHelper.Update ( uint  timeStamp)
inline

Definition at line 47 of file MyTimestampHelper.cs.

void Sandbox.Game.Replication.MyTimestampHelper.UpdateDeltaPosition ( uint  timestamp,
ref MyTransformD  data 
)
inline

Definition at line 137 of file MyTimestampHelper.cs.

void Sandbox.Game.Replication.MyTimestampHelper.UpdateDeltaVelocities ( uint  timestamp,
ref Vector3  deltaLinear,
ref Vector3  deltaAngular 
)
inline

Definition at line 126 of file MyTimestampHelper.cs.

Member Data Documentation

const uint Sandbox.Game.Replication.MyTimestampHelper.MAX_POSHISTORY = 255

Definition at line 30 of file MyTimestampHelper.cs.

const double Sandbox.Game.Replication.MyTimestampHelper.POSITION_TOLERANCE = 1

Definition at line 29 of file MyTimestampHelper.cs.


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