RaytraceInterface
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Raytrace
public class RaytraceInterface : Interface
Methods
GetLastError
public static string GetLastError()
Returns
Type | Description |
|---|---|
| string |
ConfigureFunctionLogger
[HandleProcessCorruptedStateExceptions]public void ConfigureFunctionLogger(string functionName, bool enableFunction, bool enableParameters, bool enableExecutionTime)
Parameters
RenderImage
[HandleProcessCorruptedStateExceptions]public void RenderImage(int width, int height, Camera camera, string outputImagePath)
Parameters