Struct MetricDefinition
A metric type, used to define a kind of metric. RegisterMetricDefinition(string, string, Guid).
Implements
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public struct MetricDefinition : IEquatable<MetricDefinition>
Fields
| Name | Description |
|---|---|
| Id | The ID of the metric |
Methods
| Name | Description |
|---|---|
| Equals(object) | Indicates whether this instance and a specified object are equal. |
| Equals(MetricDefinition) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |