Struct ARPointCloudChangedEventArgs
Event arguments for the event.
Syntax
public struct ARPointCloudChangedEventArgs : IEquatable<ARPointCloudChangedEventArgs>
Constructors
ARPointCloudChangedEventArgs(List<ARPointCloud>, List<ARPointCloud>, List<ARPointCloud>)
Declaration
public ARPointCloudChangedEventArgs(List<ARPointCloud> added, List<ARPointCloud> updated, List<ARPointCloud> removed)
Parameters
Properties
added
Declaration
public List<ARPointCloud> added { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<ARPointCloud> |
|
removed
Declaration
public List<ARPointCloud> removed { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<ARPointCloud> |
|
updated
Declaration
public List<ARPointCloud> updated { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<ARPointCloud> |
|
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(ARPointCloudChangedEventArgs)
Declaration
public bool Equals(ARPointCloudChangedEventArgs other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.ValueType.ToString()
Operators
Equality(ARPointCloudChangedEventArgs, ARPointCloudChangedEventArgs)
Declaration
public static bool operator ==(ARPointCloudChangedEventArgs lhs, ARPointCloudChangedEventArgs rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(ARPointCloudChangedEventArgs, ARPointCloudChangedEventArgs)
Declaration
public static bool operator !=(ARPointCloudChangedEventArgs lhs, ARPointCloudChangedEventArgs rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|