VLModelProperties stores the internal states of the model which is used for model based tracking. Such an object is usually passed, when subscribing to the OnGetModelProperties event. More...
Data Fields | |
| bool | enabled |
| States if the model is currently enabled. More... | |
| string | name |
| The internal id or name used for adressing the model (e.g. SetModelProperty) A name for setting the property should always carry an uri prefix scheme: 'name:' More... | |
| bool | occluder |
| States if the model is used for occlusion. More... | |
| string | uri |
| The uri that has been used to load the model. More... | |
VLModelProperties stores the internal states of the model which is used for model based tracking. Such an object is usually passed, when subscribing to the OnGetModelProperties event.
| bool VLModelProperties.enabled |
States if the model is currently enabled.
| string VLModelProperties.name |
The internal id or name used for adressing the model (e.g. SetModelProperty) A name for setting the property should always carry an uri prefix scheme: 'name:'
| bool VLModelProperties.occluder |
States if the model is used for occlusion.
| string VLModelProperties.uri |
The uri that has been used to load the model.