PositionPacket Members
The PositionPacket type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PositionPacket(Int32, Boolean, Vector3) |
Initializes a new instance of the PositionPacket class with specified parameters.
|
|
PositionPacket(Int32, Boolean, Vector3, Single, Vector3) |
Initializes a new instance of the PositionPacket class with specified parameters, including delta time and linear velocity.
|
Properties
Name | Description | |
---|---|---|
DeltaTime |
Gets the time elapsed since the last position update.
|
|
IsTeleport |
Gets a value indicating whether the position change was a result of a teleport.
|
|
LinearVelocity |
Gets the linear velocity of the object.
|
|
Position |
Gets the position of the object in 3D space.
|
|
Tick |
Gets the simulation tick at which the position is recorded.
|