Class ProbeRenderStepsExt
Extension methods for ProbeRenderSteps.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public static class ProbeRenderStepsExt
Methods
| Name | Description |
|---|---|
| FromCubeFace(CubemapFace) | Creates the render step for the given cubemap face. |
| FromProbeType(ProbeType) | Creates the render steps for the given probe type. |
| HasCubeFace(ProbeRenderSteps, CubemapFace) | Test if the bit for the given cubemap face is set. |
| IsNone(ProbeRenderSteps) | Test if any bits are set. |
| LowestSetBit(ProbeRenderSteps) | Extract the lowest set bit. |