Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.image

Image object class to manage its properties in the ARENA: Display an image on a plane. See guidance to store paths under https://docs.arenaxr.org/content/interface/filestore.html ARENA File Store, CDN, or DropBox.

Parameters
  • float height: height Defaults to '1' (optional)
  • int segmentsHeight: segments height Defaults to '1' (optional)
  • int segmentsWidth: segments width Defaults to '1' (optional)
  • str url: Use File Store paths under 'store/users/username', see CDN and other storage options in the description above. (optional)
  • float width: width Defaults to '1' (optional)
Image(url='', **kwargs)
object_type = 'image'