Class HideFromCreateMenuAttribute
This is attribute marks an EndpointConsumer to not be visible to the user in the endpoint create menu. Some endpoints are designed to be used internally and should not be made public to the user.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth.Consumers
Assembly: Unity.Perception.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class HideFromCreateMenuAttribute : Attribute