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

.. js:data:: FloorplanOrientation

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




Enumeration Members
===================

.. js:data:: 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:: FloorplanOrientation.NorthUp

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





