C# Class Sharpcraft.Networking.Packets.EntityLookPacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
EntityID System.Int32
EntityID int
Pitch sbyte
Yaw sbyte

Public Methods

Method Description
EntityLookPacket ( Int32 entityId, sbyte yaw, sbyte pitch ) : System

Method Details

EntityLookPacket() public method

public EntityLookPacket ( Int32 entityId, sbyte yaw, sbyte pitch ) : System
entityId System.Int32
yaw sbyte
pitch sbyte
return System

Property Details

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

Pitch public_oe property

public sbyte Pitch
return sbyte

Yaw public_oe property

public sbyte Yaw
return sbyte