GFX.ViewRange¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | A view object created by GFX.View. | GFX.View | ||
| Output ➡️ | A float2 representing the view's near and far clipping range. | Float2 | 
This shard takes the input view object and outputs a float2 representing the view's near and far clipping range. The first value in the float2 represents the near clipping range while the second value represents the far clipping range.