C# Class Infiniminer.Player.InterpolationPacket

Afficher le fichier Open project: bobisfat/Infiniminer

Méthodes publiques

Свойство Type Description
gameTime double
position Vector3

Méthodes publiques

Méthode Description
InterpolationPacket ( Vector3 position, double gameTime ) : System

Method Details

InterpolationPacket() public méthode

public InterpolationPacket ( Vector3 position, double gameTime ) : System
position Vector3
gameTime double
Résultat System

Property Details

gameTime public_oe property

public double gameTime
Résultat double

position public_oe property

public Vector3 position
Résultat Vector3