Struct ARFoundationBackgroundRendererChangedEventArgs
The arguments for the backgroundRendererChanged
event. This is currently empty, but may change in the future without the need to change the
subscribers' method signatures.
Syntax
public struct ARFoundationBackgroundRendererChangedEventArgs : IEquatable<ARFoundationBackgroundRendererChangedEventArgs>
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(ARFoundationBackgroundRendererChangedEventArgs)
Declaration
public bool Equals(ARFoundationBackgroundRendererChangedEventArgs other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Generates a hash code suitable for use in a Dictionary or HashSet.
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(ARFoundationBackgroundRendererChangedEventArgs, ARFoundationBackgroundRendererChangedEventArgs)
Declaration
public static bool operator ==(ARFoundationBackgroundRendererChangedEventArgs lhs, ARFoundationBackgroundRendererChangedEventArgs rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(ARFoundationBackgroundRendererChangedEventArgs, ARFoundationBackgroundRendererChangedEventArgs)
Declaration
public static bool operator !=(ARFoundationBackgroundRendererChangedEventArgs lhs, ARFoundationBackgroundRendererChangedEventArgs rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|