Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


RaytraceInterface

Class
Read time 1 minuteLast updated 2 days 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

Type

Name

Description

stringfunctionName
boolenableFunction
boolenableParameters
boolenableExecutionTime

RenderImage

[HandleProcessCorruptedStateExceptions]public void RenderImage(int width, int height, Camera camera, string outputImagePath)
Parameters

Type

Name

Description

intwidth
intheight
Cameracamera
stringoutputImagePath