コード例 #1
0
		void OnDrawGizmos(){
			anchorPoint.DrawGizmos ();
			Gizmos.color = Color.red;
			rectPivot.DrawGizmos (this.transform);
		}