Photon Fusion 2.0.3

Properties | List of all members
ColliderDrawInfo Class Reference

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.

See also
HitboxTypes
More...
 
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...
 

Detailed Description

Container class to provide the necessary information to draw a hitbox collider

Property Documentation

◆ BoxExtents

Vector3 BoxExtents
get

The box extends of the collider Used on HitboxTypes of types: Box

◆ CapsuleBottomCenter

Vector3 CapsuleBottomCenter
get

Represents the bottom center position of the capsule collider.

◆ CapsuleExtents

float CapsuleExtents
get

The height for capsule colliders.

See also
HitboxTypes

◆ CapsuleTopCenter

Vector3 CapsuleTopCenter
get

Represents the top center position of the capsule collider.

◆ LocalToWorldMatrix

Matrix4x4 LocalToWorldMatrix
get

The local to world matrix of the collider.

◆ Offset

Vector3 Offset
get

The offset of the collider.

◆ Radius

float Radius
get

The radius of the collider. Used on HitboxTypes of types: Sphere and Capsule.

◆ Type

HitboxTypes Type
get

The HitboxTypes of the collider.