Difference between revisions of "Asset"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) m (typo) |
Max Gartner (talk | contribs) (link to [http://www.google.com/codesearch/p?#b0UbncF3bEM/linden/indra/llcommon/llassettype.cpp llassettype.h]) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Help |Glossary=*}}A data resource such as an image, sound, script, object, etc. Assets can be downloaded to the viewer or uploaded into a central asset store. Assets are identified by [[UUID]] and type (Types are in llassettype.h) | {{Help |Glossary=*}} | ||
A data resource such as an image, sound, script, object, etc. Assets can be downloaded to the viewer or uploaded into a central asset store. Assets are identified by [[UUID]] and type (Types are in [http://www.google.com/codesearch/p?#b0UbncF3bEM/linden/indra/llcommon/llassettype.cpp llassettype.h]). | |||
== See also == | |||
* [[Inventory Recovery Steps]] | |||
* [[Asset Server]] | |||
[[Category:Assets]] |
Latest revision as of 10:07, 18 February 2011
Help Portal: |
Avatar | Bug Fixes | Communication | Community | Glossary | Land & Sim | Multimedia | Navigation | Object | Video Tutorials | Viewer | Wiki | Misc |
A data resource such as an image, sound, script, object, etc. Assets can be downloaded to the viewer or uploaded into a central asset store. Assets are identified by UUID and type (Types are in llassettype.h).