WorldInfo
WorldInfo contains persistent documentation information about the 3D world.
Inheritance
Code
XML encoding
<WorldInfo info='' title='' logFeature='' />
Classic encoding
WorldInfo {
info [""]
title ""
logFeature [""]
}
Interface
Filter: X3D only | Avalon only | All
| id | Name | DataType | PartType | Default | ValueType | Description |
|---|---|---|---|---|---|---|
| info | MFString | initializeOnly | Additional information about this world. Hint: Strings can have multiple values, so separate each string by quote marks [ 'http://www.url1.org' 'http://www.url2.org' 'etc.' ]. Hint: many XML tools substitute XML character references automatically if needed. | |||
| title | SFString | initializeOnly | title of this world, placed in window title. Hint: many XML tools substitute XML character references automatically if needed. | |||
| metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |
