direction property

direction property

Gets or sets the direction that the entity is looking at.

Definition:

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

See Also