Template:Standard attributes for RCOXML objects: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(decided... i dont like the word "grid" anymore, at some time i will change it by "override" in all the other attributes i used it... this is assuming the purpose of all the values inside the XMB Layouts is to override others) |
||
Line 35: | Line 35: | ||
| stdOnInit || event || {{yes}} || {{yes}} || || Triggers an event when the object is loaded, see [[RCOXML Structure]] | | stdOnInit || event || {{yes}} || {{yes}} || || Triggers an event when the object is loaded, see [[RCOXML Structure]] | ||
|- | |- | ||
| | | stdOverridePositionX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || || rowspan="3" | Overrides '''stdPositionX''', '''stdPositionY''', '''stdPositionZ''' with values from [[XMB Layouts]] | ||
|- | |- | ||
| | | stdOverridePositionY || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|- | |- | ||
| | | stdOverridePositionZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|- | |- | ||
| | | stdOverrideSizeX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || || rowspan="3" | Overrides '''stdSizeX''', '''stdSizeY''', '''stdSizeZ''' with values from [[XMB Layouts]] | ||
|- | |- | ||
| | | stdOverrideSizeY || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|- | |- | ||
| | | stdOverrideSizeZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|} | |} | ||
*The anchor point affects the position of the object and all transformations (resize, rotate, etc...), there are only 9 posible values: | *The anchor point affects the position of the object and all transformations (resize, rotate, etc...), there are only 9 posible values: |
Revision as of 13:35, 10 December 2015
Attribute | How it works | ||||
---|---|---|---|---|---|
Name | Type | Examples | |||
stdPositionX | float | Yes | Yes | Object X,Y,Z position, in pixels | |
stdPositionY | float | Yes | Yes | ||
stdPositionZ | float | Yes | Yes | ||
stdScaleColourR | float | Yes | Yes | Object Red,Green,Blue,Alpha channels override, scale 0-1 | |
stdScaleColourG | float | Yes | Yes | ||
stdScaleColourB | float | Yes | Yes | ||
stdScaleColourA | float | Yes | Yes | ||
stdSizeX | float | Yes | Yes | Object X,Y,Z size, in pixels | |
stdSizeY | float | Yes | Yes | ||
stdSizeZ | float | Yes | Yes | ||
stdScaleSizeX | float | Yes | Yes | Object X,Y,Z size override, scale 0-1 | |
stdScaleSizeY | float | Yes | Yes | ||
stdScaleSizeZ | float | Yes | Yes | ||
stdAnchorPointMode | int | Yes | Yes | Object "handle point", by default located in the center of the object | |
stdOnInit | event | Yes | Yes | Triggers an event when the object is loaded, 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 |
- The anchor point affects the position of the object and all transformations (resize, rotate, etc...), there are only 9 posible values:
0x11 | 0x10 | 0x12 |
0x01 | 0x00 | 0x02 |
0x21 | 0x20 | 0x22 |