主にUnity・アクアリウム・育児についての備忘録
UIPanel panel = (UIPanel) GameObject.Find("YourObj").GetComponent("UIPanel"); float pw = panel.clipRange.w; float ph = panel.clipRange.z;