Show / Hide Table of Contents

Class CameraSyncPacket

Inheritance
object
Packet
CameraSyncPacket
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Sync
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class CameraSyncPacket : Packet

Constructors

| Edit this page View Source

CameraSyncPacket()

Declaration
public CameraSyncPacket()
| Edit this page View Source

CameraSyncPacket(byte, ElementId)

Declaration
public CameraSyncPacket(byte timeContext, ElementId targetId)
Parameters
Type Name Description
byte timeContext
ElementId targetId
| Edit this page View Source

CameraSyncPacket(byte, bool, Vector3, Vector3, ElementId)

Declaration
public CameraSyncPacket(byte timeContext, bool isFixed, Vector3 position, Vector3 lookAt, ElementId targetId)
Parameters
Type Name Description
byte timeContext
bool isFixed
Vector3 position
Vector3 lookAt
ElementId targetId
| Edit this page View Source

CameraSyncPacket(byte, Vector3, Vector3)

Declaration
public CameraSyncPacket(byte timeContext, Vector3 position, Vector3 lookAt)
Parameters
Type Name Description
byte timeContext
Vector3 position
Vector3 lookAt

Properties

| Edit this page View Source

IsFixed

Declaration
public bool IsFixed { get; }
Property Value
Type Description
bool
| Edit this page View Source

LookAt

Declaration
public Vector3 LookAt { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

Position

Declaration
public Vector3 Position { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

TargetId

Declaration
public ElementId TargetId { get; }
Property Value
Type Description
ElementId
| Edit this page View Source

TimeContext

Declaration
public byte TimeContext { get; }
Property Value
Type Description
byte

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Reset()

Declaration
public override void Reset()
Overrides
Packet.Reset()
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX