CatMarkerTextOrientation (Enumeration)

enum CatMarkerTextOrientation {
  CatMarkerTextOrientationRight,
  CatMarkerTextOrientationUp,
  CatMarkerTextOrientationLeft,
  CatMarkerTextOrientationDown
}
The different orientations of a text Marker2D or Marker3D.
See also:
See also:
Values:
CatMarkerTextOrientationRight
The texte is written left to right.
CatMarkerTextOrientationUp
The texte is written top to bottom.
CatMarkerTextOrientationLeft
The texte is written right to left.
CatMarkerTextOrientationDown
The texte is written bottom to top.