Class HDLightTypeExtension
Extension class for the HDLightTypeAndShape type.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public static class HDLightTypeExtension
Methods
Name | Description |
---|---|
IsArea(HDLightTypeAndShape) | Returns true if the hd light type is an area light |
IsSpot(HDLightTypeAndShape) | Returns true if the hd light type is a spot light |
SupportsBakedOnly(HDLightTypeAndShape) | Returns true if the hd light type can be used for baking |
SupportsMixed(HDLightTypeAndShape) | Returns true if the hd light type can be used in mixed mode |
SupportsRuntimeOnly(HDLightTypeAndShape) | Returns true if the hd light type can be used for runtime lighting |