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
removed
Declaration
public List<ARPointCloud> removed { get; }
Property Value
updated
Declaration
public List<ARPointCloud> updated { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(ARPointCloudChangedEventArgs)
Declaration
public bool Equals(ARPointCloudChangedEventArgs other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(ARPointCloudChangedEventArgs, ARPointCloudChangedEventArgs)
Declaration
public static bool operator ==(ARPointCloudChangedEventArgs lhs, ARPointCloudChangedEventArgs rhs)
Parameters
Returns
Inequality(ARPointCloudChangedEventArgs, ARPointCloudChangedEventArgs)
Declaration
public static bool operator !=(ARPointCloudChangedEventArgs lhs, ARPointCloudChangedEventArgs rhs)
Parameters
Returns