Indicates when the custom setup handler is invoked.
More...
Indicates when the custom setup handler is invoked.
◆ AFTER_HI_SETUP
| final int AFTER_HI_SETUP = 2 |
|
static |
After an object's hierarchy setup.
◆ AFTER_RESET_SETUP
| final int AFTER_RESET_SETUP = 5 |
|
static |
◆ BEFORE_HI_SETUP
| final int BEFORE_HI_SETUP = 1 |
|
static |
Before an object's hierarchy setup.
◆ BEFORE_RESET_SETUP
| final int BEFORE_RESET_SETUP = 4 |
|
static |
Before an object's reset.
◆ FINISHED_SETUP
| final int FINISHED_SETUP = 3 |
|
static |
After finishing object setup: all transformed values are valid.