|
H3D API
2.4.1
|
The ComponentInfo object stores information about a particular X3D component. More...
#include <H3D/SAIFunctions.h>
Public Attributes | |
| string | name |
| The formal name of the component. | |
| H3DUInt32 | level |
| The level of support of this instance. | |
| string | title |
| A generic, freeform title string provided by the browser manufacturer. | |
| string | providerUrl |
| If provided, The URL to the entity that wrote this component. More... | |
The ComponentInfo object stores information about a particular X3D component.
The object consists solely of read-only properties. It does not define any additional functions. It shall be an error to write to any of these properties.
| string H3D::SAI::ComponentInfo::providerUrl |
If provided, The URL to the entity that wrote this component.
Assumes that extensions to the browser may not necessarily be provided by the browser writer's themselves.