struct MAGES::Interaction::UI::MAGESGraphicRaycaster::Sphere

struct Sphere
{
    // properties

    Vector3 Position;
    float Radius;

    // methods

    Sphere(Vector3 position, float radius);
};