Method HasCubeFace
HasCubeFace(ProbeRenderSteps, CubemapFace)
Test if the bit for the given cubemap face is set.
Declaration
public static bool HasCubeFace(this ProbeRenderSteps steps, CubemapFace face)
Parameters
Type | Name | Description |
---|---|---|
ProbeRenderSteps | steps | The probe rendering steps. |
CubemapFace | face | The cubemap face. |
Returns
Type | Description |
---|---|
bool | True if the cubemap face bit is set, false otherwise. |