PusherRotationStyle
Enumeration that represents the different rotation styles for the Pusher tile.
Values
| None [0] | Pusher doesn't rotate |
| Clockwise [1] | Pusher rotates clockwise |
| CounterClockwise [2] | Pusher rotates counter clockwise |
| Random [3] | Pusher rotates randomly |
Examples
local noneRotation = PusherRotationStyle.None;
local clockwiseRotation = PusherRotationStyle.Clockwise;
local randomRotation = PusherRotationStyle.Random;