Provide access to iterate over the lag compensation system components and give the necessary information to draw them.
More...
|
| static void | GizmosDrawWireCapsule (Vector3 topCenter, Vector3 bottomCenter, float capsuleRadius) |
| | Method to draw capsules out of simple shapes.
|
|
|
BVHDraw | BVHDraw |
| | Iterate over to get the BVH node draw data.
|
|
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.
|
Provide access to iterate over the lag compensation system components and give the necessary information to draw them.
◆ GizmosDrawWireCapsule()
| void GizmosDrawWireCapsule |
( |
Vector3 | topCenter, |
|
|
Vector3 | bottomCenter, |
|
|
float | capsuleRadius ) |
|
static |
Method to draw capsules out of simple shapes.
- Parameters
-
| topCenter | The top capsule end position |
| bottomCenter | The bottom capsule end posistion |
| capsuleRadius | The capsule radius |