enum

PointClickEngine::Graphics::Effects::ObjectEffects::ShakeEffect::ShakeDirection

Inherits Enum < Comparable < Value < Object

Constants

Horizontal = 0
Vertical = 1
Both = 2

Instance methods

both?

Returns true if this enum value equals Both

Source
horizontal?

Returns true if this enum value equals Horizontal

Source
vertical?

Returns true if this enum value equals Vertical

Source