Class HDAdditionalLightDataTests
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Rendering.HighDefinition.Tests
Syntax
public class HDAdditionalLightDataTests : MonoBehaviour
Methods
ComputedType(LightType, HDAdditionalLightDataTests.PointLightHDType, SpotLightShape, AreaLightShape)
Declaration
public (HDLightType, HDLightTypeAndShape) ComputedType(LightType builtinLightType, HDAdditionalLightDataTests.PointLightHDType pointHDType, SpotLightShape spotLightShape, AreaLightShape areaLightShape)
Parameters
Type | Name | Description |
---|---|---|
LightType | builtinLightType | |
HDAdditionalLightDataTests.PointLightHDType | pointHDType | |
SpotLightShape | spotLightShape | |
AreaLightShape | areaLightShape |
Returns
Type | Description |
---|---|
ValueTuple<HDLightType, HDLightTypeAndShape> |
SetUp()
Declaration
public void SetUp()
TearDown()
Declaration
public void TearDown()