Modifier and Type | Method and Description |
---|---|
Vector3 |
getDirection()
Gets the direction that the entity is looking at.
|
Node |
getTarget()
Gets the target that the entity is looking at.
|
void |
setDirection(Vector3 value)
Sets the direction that the entity is looking at.
|
void |
setTarget(Node value)
Sets the target that the entity is looking at.
|
Vector3 getDirection()
void setDirection(Vector3 value)
value
- New valueNode getTarget()
void setTarget(Node value)
value
- New value