Constructor ARHumanBodiesChangedEventArgs
ARHumanBodiesChangedEventArgs(List<ARHumanBody>, List<ARHumanBody>, List<ARHumanBody>)
Constructs an ARHumanBodiesChangedEventArgs.
Declaration
public ARHumanBodiesChangedEventArgs(List<ARHumanBody> added, List<ARHumanBody> updated, List<ARHumanBody> removed)
Parameters
Type | Name | Description |
---|---|---|
List<ARHumanBody> | added | The list of ARHumanBodys added since the last event. |
List<ARHumanBody> | updated | The list of ARHumanBodys updated since the last event. |
List<ARHumanBody> | removed | The list of ARHumanBodys removed since the last event. |