Guest User

Untitled

a guest
May 26th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. this.CommandPanel.GetComponent<UIWidget>().transform.localPosition.x = 4;
  2. this.CommandPanel.GetComponent<UIWidget>().transform.localPosition.y = 4;
  3. this.CommandPanel.GetComponent<UIWidget>().width = 4;
  4. this.CommandPanel.GetComponent<UIWidget>().height = 4;
  5. this.AbilityPanel.GetComponent<UIWidget>().width = 4;
  6. this.AbilityPanel.GetComponent<UIWidget>().height = 4;
Add Comment
Please, Sign In to add comment