Struct ARCoreBeforeGetCameraConfigurationEventArgs
Event arguments for the beforeGetCameraConfiguration event.
Inherited Members
Namespace: UnityEngine.XR.ARCore
Assembly: solution.dll
Syntax
public struct ARCoreBeforeGetCameraConfigurationEventArgs : IEquatable<ARCoreBeforeGetCameraConfigurationEventArgs>
Properties
| Name | Description |
|---|---|
| filter | Represents a native pointer to the ArCameraConfigFilter which is used to filter the results of a call to ArSession_getSupportedCameraConfigsWithFilter |
| session | Represents a native pointer to an ArSession |
Methods
| Name | Description |
|---|---|
| Equals(object) | Tests for equality. |
| Equals(ARCoreBeforeGetCameraConfigurationEventArgs) | Tests for equality. |
| GetHashCode() | Generates a hash suitable for use with containers like |
Operators
| Name | Description |
|---|---|
| operator ==(ARCoreBeforeGetCameraConfigurationEventArgs, ARCoreBeforeGetCameraConfigurationEventArgs) | Tests for equality. Same as Equals(ARCoreBeforeGetCameraConfigurationEventArgs). |
| operator !=(ARCoreBeforeGetCameraConfigurationEventArgs, ARCoreBeforeGetCameraConfigurationEventArgs) | Tests for inequality. Same as |