CPSlideDirection

org.cosplay.prefabs.shaders.CPSlideDirection
See theCPSlideDirection companion object

Direction of the slide effect produced by CPSlideInShader and CPSlideOutShader shaders.

Attributes

See also
Companion
object
Source
CPSlideDirection.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case BOTTOM_TO_TOP extends CPSlideDirection

Slide effect down up.

Slide effect down up.

Attributes

Source
CPSlideDirection.scala
case case CENTRIFUGAL extends CPSlideDirection

Slide effect from center outward.

Slide effect from center outward.

Attributes

Source
CPSlideDirection.scala
case case CENTRIPETAL extends CPSlideDirection

Slide effect from outward to center.

Slide effect from outward to center.

Attributes

Source
CPSlideDirection.scala
case case HOR_COLLAPSE extends CPSlideDirection

Slide effect of collapsing from top and bottom.

Slide effect of collapsing from top and bottom.

Attributes

Source
CPSlideDirection.scala
case case HOR_EXPAND extends CPSlideDirection

Slide effect of expanding from center towards top and bottom.

Slide effect of expanding from center towards top and bottom.

Attributes

Source
CPSlideDirection.scala
case case LEFT_TO_RIGHT extends CPSlideDirection

Slide effect from left to right.

Slide effect from left to right.

Attributes

Source
CPSlideDirection.scala
case case RANDOM extends CPSlideDirection

Slide using random-pixel effect.

Slide using random-pixel effect.

Attributes

Source
CPSlideDirection.scala
case case RANDOM_HOR_LINE extends CPSlideDirection

Slide using random horizontal line effect.

Slide using random horizontal line effect.

Attributes

Source
CPSlideDirection.scala

Slide using random vertical line effect.

Slide using random vertical line effect.

Attributes

Source
CPSlideDirection.scala
case case RIGHT_TO_LEFT extends CPSlideDirection

Slide effect from right to left.

Slide effect from right to left.

Attributes

Source
CPSlideDirection.scala
case case TOP_TO_BOTTOM extends CPSlideDirection

Slide effect top to down.

Slide effect top to down.

Attributes

Source
CPSlideDirection.scala
case case VER_COLLAPSE extends CPSlideDirection

Slide effect of collapsing from left and right.

Slide effect of collapsing from left and right.

Attributes

Source
CPSlideDirection.scala
case case VER_EXPAND extends CPSlideDirection

Slide effect of expanding from center towards left and right.

Slide effect of expanding from center towards left and right.

Attributes

Source
CPSlideDirection.scala