C# Class Sharpcraft.Networking.Packets.EntityLookPacket

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

Méthodes publiques

Свойство Type Description
EntityID System.Int32
EntityID int
Pitch sbyte
Yaw sbyte

Méthodes publiques

Méthode Description
EntityLookPacket ( Int32 entityId, sbyte yaw, sbyte pitch ) : System

Method Details

EntityLookPacket() public méthode

public EntityLookPacket ( Int32 entityId, sbyte yaw, sbyte pitch ) : System
entityId System.Int32
yaw sbyte
pitch sbyte
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

Pitch public_oe property

public sbyte Pitch
Résultat sbyte

Yaw public_oe property

public sbyte Yaw
Résultat sbyte