Struct ARCoreBeforeSetConfigurationEventArgs
Event arguments for the beforeSetConfiguration event.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARCore
Assembly: solution.dll
Syntax
public struct ARCoreBeforeSetConfigurationEventArgs : IEquatable<ARCoreBeforeSetConfigurationEventArgs>
Constructors
| Name | Description |
|---|---|
| ARCoreBeforeSetConfigurationEventArgs(IntPtr, IntPtr) | Constructs an ARCoreBeforeSetConfigurationEventArgs. |
| ARCoreBeforeSetConfigurationEventArgs(ArSession, ArConfig) | Constructs an ARCoreBeforeSetConfigurationEventArgs. |
Properties
| Name | Description |
|---|---|
| arConfig | (Read Only) The native ARCore configuration which will be set. |
| arSession | (Read Only) The native ARCore session whose corresponding configuration object will be set. |
| config | (Read Only) The native ARCore configuration which will be set. |
| session | (Read Only) The native ARCore session whose corresponding configuration object will be set. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Tests for equality. |
| Equals(ARCoreBeforeSetConfigurationEventArgs) | Tests for equality. |
| GetHashCode() | Generates a hash suitable for use with containers like |
Operators
| Name | Description |
|---|---|
| operator ==(ARCoreBeforeSetConfigurationEventArgs, ARCoreBeforeSetConfigurationEventArgs) | Tests for equality. Same as Equals(ARCoreBeforeSetConfigurationEventArgs). |
| operator !=(ARCoreBeforeSetConfigurationEventArgs, ARCoreBeforeSetConfigurationEventArgs) | Tests for inequality. Same as |