Battle Talent  V11
Public Attributes | Protected Member Functions | Protected Attributes | Properties | List of all members
CrossLink.Network.NetworkSyncBase Class Reference

Inherits NetworkBehaviour.

Inherited by CrossLink.Network.NetworkEffectMgr, CrossLink.Network.NetworkPlayerSync, CrossLink.Network.NetworkRagdollSync, CrossLink.Network.NetworkRigidbodyPredicted, CrossLink.Network.NetworkRigidbodySyncBase, and CrossLink.Network.NetworkStateBase.

Public Attributes

bool NeedToSync = true
 
uint sendIntervalMultiplier = 1
 

Protected Member Functions

virtual void CheckLastSendTime ()
 
virtual void Update ()
 
virtual void FixedUpdate ()
 
virtual void LateUpdate ()
 
virtual void ServerBroadcast ()
 
virtual void ClientBroadcast ()
 
virtual void UpdateServerLerp ()
 
virtual void UpdateClientLerp ()
 
virtual void FixedUpdateServerLerp ()
 
virtual void FixedUpdateClientLerp ()
 

Protected Attributes

uint sendIntervalCounter = 0
 
double lastSendIntervalTime = double.MinValue
 

Properties

bool isClientWithAuthority [get]