Uses of Enum Class
com.hp.lft.sdk.ai.Direction
Packages that use Direction
-
Uses of Direction in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return DirectionModifier and TypeMethodDescriptionPosition.getDirection()
Returns the direction of theAiObject
's position.static Direction
Returns the enum constant of this class with the specified name.static Direction[]
Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.ai with parameters of type DirectionModifier and TypeMethodDescriptionvoid
Position.setDirection
(Direction direction) Sets the direction of theAiObject
's position.Constructors in com.hp.lft.sdk.ai with parameters of type Direction