Struct ARRaycastUpdatedEventArgs
Provides arguments for the updated event.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARRaycastUpdatedEventArgs : IEquatable<ARRaycastUpdatedEventArgs>
Properties
Name | Description |
---|---|
raycast | The raycast that has been updated. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARRaycastUpdatedEventArgs) | Tests for equality. |
GetHashCode() | Computes a hash code from all properties suitable for use in a |
Operators
Name | Description |
---|---|
operator ==(ARRaycastUpdatedEventArgs, ARRaycastUpdatedEventArgs) | Tests for equality. Same as Equals(ARRaycastUpdatedEventArgs). |
operator !=(ARRaycastUpdatedEventArgs, ARRaycastUpdatedEventArgs) | Tests for inequality. Same as !Equals(ARRaycastUpdatedEventArgs) |