void Start() { photoTool = FindObjectOfType <PhotoTool>(); photoTool.Init(startX, startY, width, height); }