IProbeIntegrator.Result
The type returned by the probe integrator. The type contains detailed error information.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LightTransport
- Assembly: UnityEngine.CoreModule
public struct IProbeIntegrator.Result
Fields
Value | Description |
|---|---|
| message | The string containing the error message. |
| type | The enum containing the result type. |
Constructors
Constructor | Description |
|---|---|
| Result(UnityEngine.LightTransport.IProbeIntegrator.ResultType,System.String) | Construct a new Result object. |
Methods
Method | Description |
|---|---|
| ToString | Get the String representation of the result. |