PlaneOrientation


public static class PlaneOrientation


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

Summary

Constants

static final int
ANY = 2
static final int
static final int

Public fields

static @NonNull PlaneOrientation

Constants

ANY

Added in 1.0.0-alpha05
public static final int ANY = 2

HORIZONTAL

Added in 1.0.0-alpha05
public static final int HORIZONTAL = 0

VERTICAL

Added in 1.0.0-alpha05
public static final int VERTICAL = 1

Public fields

INSTANCE

Added in 1.0.0-alpha05
public static @NonNull PlaneOrientation INSTANCE