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 float2 Displacement { get; set; }
Property Value
| Type | Description |
|---|---|
| float2 | Line vector. |