Struct ARCoreBeforeGetCameraConfigurationEventArgs
Event arguments for the before
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(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 |