Home > PCB_RayTracerEngine > getLightConfigurations
PCB_RayTracerEngine.getLightConfigurations() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取光线追踪光源配置
Signature
typescript
getLightConfigurations(lightName: string): Promise<any>;1
Parameters
Parameter | Type | Description |
|---|---|---|
lightName | string |
Returns
Promise<any>
光源配置
Remarks
获取光线追踪渲染配置 接口中包含一种光源配置,本接口用于获取不同光源配置
本接口配置定义还在进行中
ADD since EDA v4