Unity-MoreAttributes

A set of custom attributes


Project maintained by kevincastejon Hosted on GitHub Pages — Theme by mattgraham

Layer

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.

How to use

Put the attribute in front of a property.

Examples

[Layer]
public int _layer;