A set of custom attributes
Displays a dropdown list of available Layers (must be used with a ‘int’ typed property). It offers a single layer selection instead of the multiple LayerMask selection.
Put the attribute in front of a property.
[Layer]
public int _layer;