Class CameraSyncPacket
Inheritance
CameraSyncPacket
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
|
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
|
Edit this page
View Source
CameraSyncPacket(byte, Vector3, Vector3)
Declaration
public CameraSyncPacket(byte timeContext, Vector3 position, Vector3 lookAt)
Parameters
Properties
|
Edit this page
View Source
IsFixed
Declaration
public bool IsFixed { get; }
Property Value
|
Edit this page
View Source
LookAt
Declaration
public Vector3 LookAt { get; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
Position
Declaration
public Vector3 Position { get; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
TargetId
Declaration
public ElementId TargetId { get; }
Property Value
|
Edit this page
View Source
TimeContext
Declaration
public byte TimeContext { get; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Reset()
Declaration
public override void Reset()
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides