Provide access to iterate over the lag compensation system components and give the necessary information to draw them. More...
Static Public Member Functions | |
static void | GizmosDrawWireCapsule (Vector3 topCenter, Vector3 bottomCenter, float capsuleRadius) |
Method to draw capsules out of simple shapes. More... | |
Public Attributes | |
BVHDraw | BVHDraw |
Iterate over to get the BVH node draw data. More... | |
SnapshotHistoryDraw | SnapshotHistoryDraw |
Iterate over to get the hitbox snapshots draw data. Iterate the received hitbox snapshot draw data to get all the colliders draw info for that snapshot. More... | |
Provide access to iterate over the lag compensation system components and give the necessary information to draw them.
|
static |
Method to draw capsules out of simple shapes.
topCenter | The top capsule end position |
bottomCenter | The bottom capsule end posistion |
capsuleRadius | The capsule radius |
Iterate over to get the hitbox snapshots draw data. Iterate the received hitbox snapshot draw data to get all the colliders draw info for that snapshot.