public void Transform(Matrix4x4 transformMatrix)
 {
     BoxMath.TransformBox(_center, _size, transformMatrix, out _center, out _size);
 }