So can i do something like..
if(UICamera.GetMouse(0))
{
}
If so, is there a static variable to get mouse position?
Or do i need to use the public attribute
And im assuming i would need to create a UICamera variable and throw the camera in there, correct?
And do something like..
Vector2 position = uicam.pos;