Photon Fusion 2.1.1

LagCompensationStatisticsSnapshot Class Reference

Represents a snapshot of lag compensation statistics. More...

Properties

double AddOnBufferTime [get]
 Represents the amount of time taken to register new hitboxes on the HitboxBuffer.
double AddOnBVHTime [get]
 Represents the amount of time taken to register new hitboxes on the BVH.
double AdvanceBufferTime [get]
 Represents the amount of time taken to advance the hitbox buffer and copy previous snapshot information.
int BVHMaxDeep [get]
 Represents the deeper level reached by the BVH.
int BVHNodesCount [get]
 Represents total nodes count on the BVH.
int HitboxesCount [get]
 Represents the total number of HitBoxCollider on the HitBoxSnapshot colliders buffer, including both used and free ones.
double RefitBVHTime [get]
 Represents the amount of time taken to refit the BVH bounds after the nodes update.
double TotalElapsedTime [get]
 Represents the total time taken to advance, add and update all hitboxes on the Lag Compensation system.
double UpdateBufferTime [get]
 Represents the amount of time taken to update the HitboxBuffer.
double UpdateBVHTime [get]
 Represents the amount of time taken to update the BVH.

Detailed Description

Represents a snapshot of lag compensation statistics.