Struct ARCoreBeforeSetConfigurationEventArgs
Event arguments for the before
Implements
Inherited Members
Namespace: UnityEngine .XR.ARCore
Assembly: solution.dll
Syntax
public struct ARCoreBeforeSetConfigurationEventArgs : IEquatable<ARCoreBeforeSetConfigurationEventArgs>
Constructors
Name | Description |
---|---|
ARCore |
Constructs an ARCore |
ARCore |
Constructs an ARCore |
Properties
Name | Description |
---|---|
ar |
(Read Only) The native ARCore configuration which will be set. |
ar |
(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(ARCore |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(ARCore |
Tests for equality. Same as Equals(ARCore |
operator !=(ARCore |
Tests for inequality. Same as |