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