Class ConsumerEndpointDrawerAttribute
Attribute for consumers endpoints
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: Unity.Perception.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
[MovedFrom("UnityEditor.Perception.GroundTruth")]
public class ConsumerEndpointDrawerAttribute : PropertyAttribute
Constructors
ConsumerEndpointDrawerAttribute(Type)
Public constructor for ConsumerEndpointDrawerAttribute
Declaration
public ConsumerEndpointDrawerAttribute(Type consumerEndpointType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | consumerEndpointType | Type to be used |