mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 05:35:37 +02:00
Use the @hideconstructor tag in anticipation of it working
This commit is contained in:
parent
7af1845884
commit
67bfe03724
3 changed files with 3 additions and 0 deletions
libraries/graphics-scripting/src/graphics-scripting
|
@ -34,6 +34,7 @@ namespace scriptable {
|
|||
* <p>Created using the {@link Graphics} API, {@link GraphicsModel.cloneModel}, or {@link GraphicsMesh.cloneMesh}.</p>
|
||||
*
|
||||
* @class GraphicsMesh
|
||||
* @hideconstructor
|
||||
*
|
||||
* @hifi-interface
|
||||
* @hifi-client-entity
|
||||
|
|
|
@ -17,6 +17,7 @@ namespace scriptable {
|
|||
* {@link GraphicsMeshPart.cloneMeshPart}.</p>
|
||||
*
|
||||
* @class GraphicsMeshPart
|
||||
* @hideconstructor
|
||||
*
|
||||
* @hifi-interface
|
||||
* @hifi-client-entity
|
||||
|
|
|
@ -25,6 +25,7 @@ namespace scriptable {
|
|||
* <p>Created using the {@link Graphics} API or {@link GraphicsModel.cloneModel}.</p>
|
||||
*
|
||||
* @class GraphicsModel
|
||||
* @hideconstructor
|
||||
*
|
||||
* @hifi-interface
|
||||
* @hifi-client-entity
|
||||
|
|
Loading…
Reference in a new issue