Namespace UnityEditor.Perception.GroundTruth
Classes
CameraLabelerDrawer
Base class for all inspector drawers for CameraLabeler types. To override the inspector for a CameraLabeler, derive from this class and decorate the class with a CameraLabelerDrawerAttribute
CameraLabelerDrawerAttribute
Attribute for CameraLabelerDrawer types which specifies the CameraLabeler type whose inspector should be drawn using the decorated type.