enum AnimTargetPane;
| Value | Description |
|---|---|
| ANIMTARGET_PANE_TRANSLATEX | Represents the X coordinate of the display position. |
| ANIMTARGET_PANE_TRANSLATEY | Represents the Y coordinate of the display position. |
| ANIMTARGET_PANE_TRANSLATEZ | Represents the Z coordinate of the display position. |
| ANIMTARGET_PANE_ROTATEX | The amount of rotation around the X axis. |
| ANIMTARGET_PANE_ROTATEY | The amount of rotation around the Y axis. |
| ANIMTARGET_PANE_ROTATEZ | The amount of rotation around the Z axis. |
| ANIMTARGET_PANE_SCALEX | Represents the scale ratio in the X-coordinate direction. |
| ANIMTARGET_PANE_SCALEY | Represents the scale ratio in the X-coordinate direction. |
| ANIMTARGET_PANE_SIZEW | Width. |
| ANIMTARGET_PANE_SIZEH | Height. |
| ANIMTARGET_PANE_MAX | Total number of enumerators. |
Specifies the target of pane animation.
CONFIDENTIAL