Container class to provide the necessary information to draw a hitbox collider More...
Properties | |
Vector3 | BoxExtents [get] |
The box extends of the collider Used on HitboxTypes of types: Box More... | |
Vector3 | CapsuleBottomCenter [get] |
Represents the bottom center position of the capsule collider. More... | |
float | CapsuleExtents [get] |
The height for capsule colliders.
| |
Vector3 | CapsuleTopCenter [get] |
Represents the top center position of the capsule collider. More... | |
Matrix4x4 | LocalToWorldMatrix [get] |
The local to world matrix of the collider. More... | |
Vector3 | Offset [get] |
The offset of the collider. More... | |
float | Radius [get] |
The radius of the collider. Used on HitboxTypes of types: Sphere and Capsule. More... | |
HitboxTypes | Type [get] |
The HitboxTypes of the collider. More... | |
Container class to provide the necessary information to draw a hitbox collider
|
get |
The box extends of the collider Used on HitboxTypes of types: Box
|
get |
Represents the bottom center position of the capsule collider.
|
get |
The height for capsule colliders.
|
get |
Represents the top center position of the capsule collider.
|
get |
The local to world matrix of the collider.
|
get |
The offset of the collider.
|
get |
The radius of the collider. Used on HitboxTypes of types: Sphere and Capsule.
|
get |
The HitboxTypes of the collider.