Template:Standard attributes for RCOXML objects: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (i just realized this was redundant) |
||
Line 5: | Line 5: | ||
! Name !! Type !! {{icon content psp|50px}} !! {{icon content ps3|50px}} !! Examples | ! Name !! Type !! {{icon content psp|50px}} !! {{icon content ps3|50px}} !! Examples | ||
|- | |- | ||
| stdPositionX || float || {{yes}} || {{yes}} || || rowspan="3" | | | stdPositionX || float || {{yes}} || {{yes}} || || rowspan="3" | '''XYZ position''', in pixels | ||
|- | |- | ||
| stdPositionY || float || {{yes}} || {{yes}} || | | stdPositionY || float || {{yes}} || {{yes}} || | ||
Line 11: | Line 11: | ||
| stdPositionZ || float || {{yes}} || {{yes}} || | | stdPositionZ || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdScaleR || float || {{yes}} || {{yes}} || || rowspan="4" | '''RGBA scale''' (from 0 up to 1) | ||
|- | |- | ||
| | | stdScaleG || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdScaleB || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdScaleA || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| stdSizeX || float || {{yes}} || {{yes}} || || rowspan="3" | | | stdSizeX || float || {{yes}} || {{yes}} || || rowspan="3" | '''XYZ size''', in pixels | ||
|- | |- | ||
| stdSizeY || float || {{yes}} || {{yes}} || | | stdSizeY || float || {{yes}} || {{yes}} || | ||
Line 25: | Line 25: | ||
| stdSizeZ || float || {{yes}} || {{yes}} || | | stdSizeZ || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdScaleX || float || {{yes}} || {{yes}} || || rowspan="3" | '''XYZ scale''' (from 0 up to 1) | ||
|- | |- | ||
| | | stdScaleY || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdScaleZ || float || {{yes}} || {{yes}} || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| stdAnchorPointMode || int || {{yes}} || {{yes}} || || Partially unknown | | stdAnchorPointMode || int || {{yes}} || {{yes}} || || Partially unknown |
Revision as of 10:33, 28 August 2016
Attribute | How it works | ||||
---|---|---|---|---|---|
Name | Type | Examples | |||
stdPositionX | float | Yes | Yes | XYZ position, in pixels | |
stdPositionY | float | Yes | Yes | ||
stdPositionZ | float | Yes | Yes | ||
stdScaleR | float | Yes | Yes | RGBA scale (from 0 up to 1) | |
stdScaleG | float | Yes | Yes | ||
stdScaleB | float | Yes | Yes | ||
stdScaleA | float | Yes | Yes | ||
stdSizeX | float | Yes | Yes | XYZ size, in pixels | |
stdSizeY | float | Yes | Yes | ||
stdSizeZ | float | Yes | Yes | ||
stdScaleX | float | Yes | Yes | XYZ scale (from 0 up to 1) | |
stdScaleY | float | Yes | Yes | ||
stdScaleZ | float | Yes | Yes | ||
stdAnchorPointMode | int | Yes | Yes | Partially unknown | |
stdOnInit | event | Yes | Yes | Triggers an event, see RCOXML Structure | |
stdOverridePositionX | unk | No | Yes | Overrides stdPositionX, stdPositionY, stdPositionZ with values from XMB Layouts | |
stdOverridePositionY | unk | No | Yes | ||
stdOverridePositionZ | unk | No | Yes | ||
stdOverrideSizeX | unk | No | Yes | Overrides stdSizeX, stdSizeY, stdSizeZ with values from XMB Layouts | |
stdOverrideSizeY | unk | No | Yes | ||
stdOverrideSizeZ | unk | No | Yes |