Method GetTexture
GetTexture(Mode)
Get the texture for a specific mode.
Declaration
public Texture GetTexture(ProbeSettings.Mode targetMode)
Parameters
| Type | Name | Description |
|---|---|---|
| ProbeSettings.Mode | targetMode | The mode to query. |
Returns
| Type | Description |
|---|---|
| Texture | The texture for this specified mode. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | When the |