RayDirection
Complete API reference for RayDirection, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Laser
Component: no
public class RayDirection
Constructors
| Signature | Description |
|---|---|
RayDirection(RayDirection) | Executes RayDirection and returns after the underlying engine call finishes. |
RayDirection() | Executes RayDirection and returns after the underlying engine call finishes. |
RayDirection(Vector3, Vector3) | Creates a new instance of RayDirection. |
Attributes
| Name | Type | Description |
|---|---|---|
rayDirection | RayDirection | Represents the rayDirection value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getOrigin() | Vector3 | Returns the origin position of this RayDirection. |
setOrigin(Vector3) | void | Sets the origin position of this RayDirection. |
getDirection() | Vector3 | Returns the direction of this RayDirection. |
setDirection(Vector3) | void | Sets the direction of this RayDirection. |