Torque3D Documentation / _generateds / AsyncPacketQueue::QueuedPacket

AsyncPacketQueue::QueuedPacket

Engine/source/platform/async/asyncPacketQueue.h

Information about the time slice covered by an individual packet currently on the queue.

More...

Public Attributes

First tick not contained in this packet anymore.

First tick contained in this packet.

Public Functions

Return the total number of ticks in this packet.

Detailed Description

Information about the time slice covered by an individual packet currently on the queue.

Public Attributes

TickType mEndTick 

First tick not contained in this packet anymore.

TickType mStartTick 

First tick contained in this packet.

Public Functions

QueuedPacket(TickType start, TickType end)

getNumTicks()

Return the total number of ticks in this packet.