RaytraceInterface
Class
읽는 시간 1분최근 업데이트: 8달 전
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