Method SetEnvironmentBlendMode
SetEnvironmentBlendMode(XrEnvironmentBlendMode)
Set the current XR Environment Blend Mode if it is supported by the active runtime. If not supported, fall back to the runtime preference.
Declaration
protected static void SetEnvironmentBlendMode(XrEnvironmentBlendMode xrEnvironmentBlendMode)
Parameters
Type | Name | Description |
---|---|---|
XrEnvironmentBlendMode | xrEnvironmentBlendMode | Environment Blend Mode (e.g.: Opaque = 1, Additive = 2, AlphaBlend = 3) |