Constructor ARFaceUpdatedEventArgs
ARFaceUpdatedEventArgs(ARFace)
Constructor invoked by the ARFaceManager which triggered the event.
Declaration
public ARFaceUpdatedEventArgs(ARFace face)
Parameters
| Type | Name | Description |
|---|---|---|
| ARFace | face | The ARFace component that was updated. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |