IOrientable
Overview
IOrientable is a interface in Aspose.3D FOSS for Java.
Orientable entities shall implement this interface.
This interface provides 4 methods for working with IOrientable objects in Java programs.
Available methods include: getDirection, getTarget, setDirection, setTarget.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: direction, target.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
direction | Vector3 | Read | Gets the direction that the entity is looking at. |
target | Node | Read | Gets the target that the entity is looking at. |
Methods
| Signature | Description |
|---|---|
getDirection() → Vector3 | Gets the direction that the entity is looking at. |
setDirection(value: Vector3) | Sets the direction that the entity is looking at. |
getTarget() → Node | Gets the target that the entity is looking at. |
setTarget(value: Node) | Sets the target that the entity is looking at. |