C# Class Asgard.Client.AsgardClient

Inheritance: AsgardBase
Afficher le fichier Open project: enBask/Asgard

Protected Properties

Свойство Type Description
_pumpNetwork bool

Méthodes publiques

Méthode Description
AsgardClient ( ) : System
GetServerNode ( ) : NetNode

Méthodes protégées

Méthode Description
AddClientState ( PlayerStateData state ) : void
AfterPhysics ( float delta ) : void
AfterTick ( double delta ) : void
BeforePhysics ( float delta ) : void
BeforeTick ( double delta ) : void
GetPlayer ( ) : Entity

Private Methods

Méthode Description
ApplyLagComp ( ) : void
GetClientState ( ) : List
MergeJitterBuffer ( ) : void
SendClientState ( ) : void

Method Details

AddClientState() protected méthode

protected AddClientState ( PlayerStateData state ) : void
state Asgard.Core.System.PlayerStateData
Résultat void

AfterPhysics() protected méthode

protected AfterPhysics ( float delta ) : void
delta float
Résultat void

AfterTick() protected méthode

protected AfterTick ( double delta ) : void
delta double
Résultat void

AsgardClient() public méthode

public AsgardClient ( ) : System
Résultat System

BeforePhysics() protected méthode

protected BeforePhysics ( float delta ) : void
delta float
Résultat void

BeforeTick() protected méthode

protected BeforeTick ( double delta ) : void
delta double
Résultat void

GetPlayer() protected abstract méthode

protected abstract GetPlayer ( ) : Entity
Résultat Entity

GetServerNode() public méthode

public GetServerNode ( ) : NetNode
Résultat NetNode

Property Details

_pumpNetwork protected_oe property

protected bool _pumpNetwork
Résultat bool