RaytraceInterface
Class
Read time 1 minuteLast updated 2 days ago
Inheritance
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Raytrace
public class RaytraceInterface : Interface
Methods
GetLastError
Returnspublic static string GetLastError()
Type | Description |
|---|---|
| string |
ConfigureFunctionLogger
Parameters[HandleProcessCorruptedStateExceptions]public void ConfigureFunctionLogger(string functionName, bool enableFunction, bool enableParameters, bool enableExecutionTime)
RenderImage
Parameters[HandleProcessCorruptedStateExceptions]public void RenderImage(int width, int height, Camera camera, string outputImagePath)