Event beforeSetConfiguration
An event that is triggered right before the configuration is set on the session. Allows changes to be made to the configuration before it is set.
Namespace: UnityEngine.XR.ARCore
Assembly: solution.dll
Syntax
public event Action<ARCoreBeforeSetConfigurationEventArgs> beforeSetConfiguration
Returns
Type | Description |
---|---|
Action<ARCoreBeforeSetConfigurationEventArgs> | An Action delegate that provides access to the new session config before it is applied. |