Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crgame
0.0.1
Top Level Namespace
Action
Actor
Direction
Collider
Capsule
Circle
Group
Rectangle
Enemy
Engine
Entity
Game
Hitbox
Hurtbox
Input
Button
Config
InputDisplay
Math
Physical
Player
PlayerDisplay
Scene
Solid
TestBox
Vector
Built with Crystal 1.9.2
2023-10-07 18:51:56 UTC
enum
Actor::Direction
Defined in:
entities/boxes.cr
Enum Members
Up
=
1
Down
=
2
Left
=
4
Right
=
8
Instance Method Summary
#down?
#left?
#none?
#right?
#up?
Instance Method Detail
def
down?
#
[
View source
]
def
left?
#
[
View source
]
def
none?
#
[
View source
]
def
right?
#
[
View source
]
def
up?
#
[
View source
]