C# Class Sharpcraft.Networking.Packets.EntityVelocityPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
EntityID System.Int32
EntityID int
VelocityX System.Int16
VelocityX short
VelocityY System.Int16
VelocityY short
VelocityZ System.Int16
VelocityZ short

Méthodes publiques

Méthode Description
EntityVelocityPacket ( Int32 entityId, Int16 velocityX, Int16 velocityY, Int16 velocityZ ) : System

Method Details

EntityVelocityPacket() public méthode

public EntityVelocityPacket ( Int32 entityId, Int16 velocityX, Int16 velocityY, Int16 velocityZ ) : System
entityId System.Int32
velocityX System.Int16
velocityY System.Int16
velocityZ System.Int16
Résultat System

Property Details

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityID public_oe property

public int EntityID
Résultat int

VelocityX public_oe property

public Int16,System VelocityX
Résultat System.Int16

VelocityX public_oe property

public short VelocityX
Résultat short

VelocityY public_oe property

public Int16,System VelocityY
Résultat System.Int16

VelocityY public_oe property

public short VelocityY
Résultat short

VelocityZ public_oe property

public Int16,System VelocityZ
Résultat System.Int16

VelocityZ public_oe property

public short VelocityZ
Résultat short