struct Bounding : public nw::lyt::res::Pane { ut::BinaryBlockHeader blockHeader; ut::ResU8 flag; ut::ResU8 basePosition; ut::ResU8 alpha; ut::ResU8 padding[1]; char name[ResourceNameStrMax]; char userData[UserDataStrMax]; Vec3 translate; Vec3 rotate; Vec2 scale; Size size; };
Data block for defining a Bounding pane.
res::DATABLOCKKIND_BOUNDING is specified for kind in blockHeader.
| blockHeader | Header.(Inherited from Pane. |
|
|---|---|---|
| flag | A flag. (lyt::PaneFlag)(Inherited from Pane. |
|
| basePosition | Base position. (lyt::HorizontalPosition * HORIZONTALPOSITION_MAX + lyt::VerticalPosition)。(Inherited from Pane. |
|
| alpha | Alpha value.(Inherited from Pane. |
|
| padding | (Not used)(Inherited from Pane. |
|
| name | Pane name.(Inherited from Pane. |
|
| userData | User data.(Inherited from Pane. |
|
| translate | Translation value.(Inherited from Pane. |
|
| rotate | Rotation value.(Inherited from Pane. |
|
| scale | The scale value.(Inherited from Pane. |
|
size
|
Size.(Inherited from Pane. |
nw::lyt::res::Pane
nw::lyt::res::Bounding
CONFIDENTIAL