direction_x property

direction_x property

Gets or sets the direction x.

Definition:

@property
def direction_x(self):
    ...
@direction_x.setter
def direction_x(self, value):
    ...

See Also