Property Displacement
Displacement
This represents the line from the Ray's Origin to a second point on the Ray. The second point will be the Ray End if nothing is hit.
Declaration
public float3 Displacement { get; set; }
Property Value
| Type | Description |
|---|---|
| float3 | Line vector. |