Skip to content

Commit

Permalink
docs: update schema docstrings to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed May 6, 2024
1 parent 251bd58 commit b792bf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arena/objects/pcd_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class PcdModel(Object):
"""
PcdModel object class to manage its properties in the ARENA: Load a PCD model. Format: <https://pointclouds.org/documentation/tutorials/index.html> Point Clouds. See guidance to store paths under <https://docs.arenaxr.org/content/interface/filestore.html> ARENA File Store, CDN, or DropBox.
:param str pointColor: Color of the points. Defaults to '#7f7f7f' (optional)
:param float opacity: Opacity of all points. Defaults to '1' (optional)
:param str pointColor: Color of the points. (optional)
:param float pointSize: Size of the points. Defaults to '0.01' (optional)
:param str url: Use File Store paths under 'store/users/username', see CDN and other storage options in the description above. (optional)
"""
Expand Down

0 comments on commit b792bf2

Please # to comment.