Enum Direction
This enum holds the values for the Position constructor, used to describe IAIObject by its position.
public enum Direction
Fields
FROM_BOTTOM = 1From bottom
FROM_LEFT = 2From left
FROM_RIGHT = 3From right
FROM_TOP = 0From top
This enum holds the values for the Position constructor, used to describe IAIObject by its position.
public enum Direction
FROM_BOTTOM = 1From bottom
FROM_LEFT = 2From left
FROM_RIGHT = 3From right
FROM_TOP = 0From top