Skip to main content
Version: 20 Mar 2024

MagicLeapRenderingExtensionsFeature

NameSpace: MagicLeapSupport

Inherits from:
MagicLeapOpenXRFeatureBase,
OpenXRFeature

Protected Methods

OnSessionBegin

protected override void OnSessionBegin(
ulong xrSession
)

Parameters

TypeNameDescription
ulongxrSession

OnSessionEnd

protected override void OnSessionEnd(
ulong xrSession
)

Parameters

TypeNameDescription
ulongxrSession

Public Attributes

BlendMode


public XrEnvironmentBlendMode BlendMode = XrEnvironmentBlendMode.AlphaBlend;


FeatureId


public const string FeatureId = "com.magicleap.openxr.feature.rendering_extensions";


FocusDistance


public float FocusDistance = 0.0f;


GlobalDimmerEnabled


public bool GlobalDimmerEnabled = false;


GlobalDimmerValue


public float GlobalDimmerValue = 0.0f;


UseProtectedSurface


public bool UseProtectedSurface = false;


UseVignetteMode


public bool UseVignetteMode = false;