Struct ARHumanBodiesChangedEventArgs
Container for the changed ARHumanBody
of the event.
Syntax
public struct ARHumanBodiesChangedEventArgs : IEquatable<ARHumanBodiesChangedEventArgs>
Constructors
ARHumanBodiesChangedEventArgs(List<ARHumanBody>, List<ARHumanBody>, List<ARHumanBody>)
Declaration
public ARHumanBodiesChangedEventArgs(List<ARHumanBody> added, List<ARHumanBody> updated, List<ARHumanBody> removed)
Parameters
Properties
added
Declaration
public List<ARHumanBody> added { get; }
Property Value
removed
Declaration
public List<ARHumanBody> removed { get; }
Property Value
updated
Declaration
public List<ARHumanBody> updated { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(ARHumanBodiesChangedEventArgs)
Declaration
public bool Equals(ARHumanBodiesChangedEventArgs other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(ARHumanBodiesChangedEventArgs, ARHumanBodiesChangedEventArgs)
Declaration
public static bool operator ==(ARHumanBodiesChangedEventArgs lhs, ARHumanBodiesChangedEventArgs rhs)
Parameters
Returns
Inequality(ARHumanBodiesChangedEventArgs, ARHumanBodiesChangedEventArgs)
Declaration
public static bool operator !=(ARHumanBodiesChangedEventArgs lhs, ARHumanBodiesChangedEventArgs rhs)
Parameters
Returns