Description
The Get Graphic Flip behavior gets the current X and Y orientation of the object's graphic. This tells you which way the object is facing.
This behavior will trigger an event immediately.
Properties
Triggers Immediately
Object A |
This is the object that will return its orientation. By default the current object is selected, but you can tap the graphic and choose any other object in your scene. |
Outputs
Flip X |
The orientation of the objects graphic along the X axis. Whether it is facing left or right. |
Flip Y |
The orientation of the objects graphic along the Y axis. Whether it is facing up or down. |
Object ID |
This outputs the Object ID. |
Examples
If you used the Set flip behavior to make your object face the other direction, and another object now needs to know about the new orientation you can use this behavior.
Related
1 Comments