
####################
FloorplanOrientation
####################

.. js:data:: wv.FloorplanOrientation

   Used to allow different orientations of the floorplan display.
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.FloorplanOrientation.AvatarUp`
   * :js:data:`~wv.FloorplanOrientation.NorthUp`
   
   



.. rst-class:: kind-group kind-enumeration-members

.. rubric:: Enumeration Members
   :class: kind-group-title


.. js:data:: wv.FloorplanOrientation.AvatarUp

      .. rst-class:: sig-pretty-signature
      
         | AvatarUp: *1*
      
      For Avatar-Up, the avatar rotation is fixed such that it always points up, and the floorplan will rotate around it.
      



.. js:data:: wv.FloorplanOrientation.NorthUp

      .. rst-class:: sig-pretty-signature
      
         | NorthUp: *0*
      
      For North-Up, the floorplan rotation is fixed such that north is always facing up.
      




