Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.videosphere

class Videosphere(arena.objects.arena_object.Object):

Videosphere object class to manage its properties in the ARENA: Videosphere Geometry.

Parameters
  • bool autoplay: Autoplay Defaults to 'True' (optional)
  • str crossOrigin: Cross Origin Defaults to 'anonymous' (optional)
  • bool loop: Loop Defaults to 'True' (optional)
  • float radius: Radius Defaults to '500' (optional)
  • int segmentsHeight: Segments Height Defaults to '32' (optional)
  • int segmentsWidth: Segments Width Defaults to '64' (optional)
  • str src: URI, relative or full path of an image/video file. e.g. 'store/users/wiselab/images/360falls.mp4'. (optional)
Videosphere(**kwargs)
object_type = 'videosphere'