Author Topic: Feature Request - AnchorUpdate.OnAwake execute mode  (Read 4586 times)

BeShifty

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 7
  • Posts: 52
    • View Profile
Feature Request - AnchorUpdate.OnAwake execute mode
« on: August 06, 2014, 01:32:11 PM »
Would it be possible to add an OnAwake value for the AnchorUpdate enum that only executes the first time the UIRect is enabled? Our screen objects are being transitioned in and out, and the 2nd time we transition them in, we don't want the anchor to execute again since the transition out puts everything into an ugly state (scaled down, slid off screen, etc).

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Feature Request - AnchorUpdate.OnAwake execute mode
« Reply #1 on: August 07, 2014, 01:50:45 AM »
Certainly. I'll add "OnStart" in the next update.