header
July 3, 2019 ยท View on GitHub
The header definition provides the name of each field and the value type. Headers to geometry resources must be uniform across a cache and may only contain fixed-width, single element fields.
Related:
Properties
| Property | Type | Description |
|---|---|---|
| property | string | The name of the property in the header. |
| type | string | The element type of the header property. Possible values are:
|
Note: properties in bold are required
Examples
Example: Header 3D Object and integrated mesh scene layer
{
"property": "vertexCount",
"type": "UInt32"
}