Questions tagged [direction]

The movement or orientation of UI elements in a specific direction. This is limited to the user interface. Some example uses are player movements in games or principal element rotation/animation in UI. Use [directions] for maps navigation.

The movement or orientation of UI elements in a specific direction. This is limited to the user interface.

Some example uses are

  • player movements in games
  • principal direction of element elongation
  • directed animations
  • direction of written characters (ltr, rtl, etc.)
706 questions
-6
votes
1 answer

bool output is 205 instead of true or false

I am currently trying to output the direction using Boolean values. 1 is true. 0 is false. 1 signifies the elevator going up. 0 signifies the elevator going down. I want the output to be : Node # : Timestamp. Current(User Floor). Destination(User…
1 2 3
47
48