Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IProbeIntegrator.Result

The type returned by the probe integrator. The type contains detailed error information.
Read time 1 minuteLast updated 12 days ago

Definition

public struct IProbeIntegrator.Result

Fields

Value

Description

messageThe string containing the error message.
typeThe enum containing the result type.

Constructors

Constructor

Description

Result(UnityEngine.LightTransport.IProbeIntegrator.ResultType,System.String)Construct a new Result object.

Methods

Method

Description

ToStringGet the String representation of the result.