RCOXML Objects: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Description= '''RCOXML Objects''' are defined in the XML code embedded inside .rco files. See Resource Container (RCO) and RCOXML Structure<!--Some of this '''objects...") |
mNo edit summary |
||
Line 4: | Line 4: | ||
There are a lot of objects, should be considered the "construction blocks" of the [[XMB]] | There are a lot of objects, should be considered the "construction blocks" of the [[XMB]] | ||
=ObjectTree= | |||
==Page== | ==Page== | ||
==Plane== | ===Plane/Group=== | ||
==Button== | ====Button==== | ||
==XMenu== | ====XMenu==== | ||
==XMList== | ====XMList==== | ||
==XList== | ====XList==== | ||
==Progress== | ====Progress==== | ||
==Scroll== | ====Scroll==== | ||
==MList== | ====MList==== | ||
==MItem== | ====MItem==== | ||
==ObjUnknown0xB== | ====ObjUnknown0xB==== | ||
==XItem== | ====XItem==== | ||
==Text== | ====Text==== | ||
===Changing color, size & shadow of TEXTS===<!-- iirc there is a setting for the font type too --> | =====Changing color, size & shadow of TEXTS======<!-- iirc there is a setting for the font type too --> | ||
Tutorial link: [http://www.tortuga-cove.com/forums/viewtopic.php?f=128&t=5361&p=28094#p28094 Changing the XMB Colour] | Tutorial link: [http://www.tortuga-cove.com/forums/viewtopic.php?f=128&t=5361&p=28094#p28094 Changing the XMB Colour] | ||
Line 38: | Line 39: | ||
e.g.: Decimal value divided by 255 to get into this scale. | e.g.: Decimal value divided by 255 to get into this scale. | ||
==ModelObject== | ====ModelObject==== | ||
==Spin== | ====Spin==== | ||
==Action== | ====Action==== | ||
==ItemSpin== | ====ItemSpin==== | ||
== | ====LList==== | ||
== | ====LItem==== | ||
== | ====Edit==== | ||
== | ====Clock==== | ||
== | ====IList==== | ||
== | ====IItem==== | ||
== | ====Icon==== | ||
== | ====UButton==== | ||
== | ====ObjUnknown0x1B==== | ||
== | ====CheckboxGroup==== | ||
== | ====CheckboxItem==== | ||
== | ====Meter==== | ||
== | ====EditBox==== | ||
== | |||
{{File Formats}} | {{File Formats}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |
Revision as of 07:24, 17 November 2015
Description
RCOXML Objects are defined in the XML code embedded inside .rco files. See Resource Container (RCO) and RCOXML Structure
There are a lot of objects, should be considered the "construction blocks" of the XMB
ObjectTree
Page
Plane/Group
Button
XMenu
XMList
XList
Progress
Scroll
MList
MItem
ObjUnknown0xB
XItem
Text
Changing color, size & shadow of TEXTS=
Tutorial link: Changing the XMB Colour
Located into .xml files of .rco files, scale R G B α colors go between 0 to 1.
e.g.: Decimal value divided by 255 to get into this scale.
ModelObject
Spin
Action
ItemSpin
LList
LItem
Edit
Clock
IList
IItem
Icon
UButton
ObjUnknown0x1B
CheckboxGroup
CheckboxItem
Meter
EditBox
|