object PlaneType


Type of plane based on orientation i.e. Horizontal or Vertical.

Summary

Constants

const Int
ANY = 2
const Int
const Int

Constants

ANY

Added in 1.0.0-alpha04
const val ANY = 2: Int

HORIZONTAL

Added in 1.0.0-alpha04
const val HORIZONTAL = 0: Int

VERTICAL

Added in 1.0.0-alpha04
const val VERTICAL = 1: Int