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(ARRaycast |
Tests for equality. |
Get |
Computes a hash code from all properties suitable for use in a |
Operators
Name | Description |
---|---|
operator ==(ARRaycast |
Tests for equality. Same as Equals(ARRaycast |
operator !=(ARRaycast |
Tests for inequality. Same as !Equals(ARRaycast |