struct
BoxColliderShapeInformation
Information describing box collider shape defined by its extents (half-size).
Public
Constructors
BoxColliderShapeInformation
BoxColliderShapeInformation() = default
BoxColliderShapeInformation
BoxColliderShapeInformation(const Vector3 &extents)
Fields
Extents
Vector3 Extents
Half-size of the box (Distance from center to one side of the box).