Indicates when the hierarchy callback is invoked.
More...
Indicates when the hierarchy callback is invoked.
◆ AFTER_RESET_CB
final int AFTER_RESET_CB = 5 |
|
static |
After an object's hierarchy reset.
◆ AFTER_SETUP_CB
final int AFTER_SETUP_CB = 2 |
|
static |
After an object's hierarchy setup.
◆ BEFORE_RESET_CB
final int BEFORE_RESET_CB = 4 |
|
static |
Before an object's hierarchy reset.
◆ BEFORE_SETUP_CB
final int BEFORE_SETUP_CB = 1 |
|
static |
Before an object's hierarchy setup.
◆ FINISHED_SETUP_CB
final int FINISHED_SETUP_CB = 3 |
|
static |
After finishing object setup: all transformed values are valid.