GroupString

GroupString is used on string fields. It will display a dropdown in the inspector allowing for the option to pick from predefined group names.

[GroupString] 
public string groupName;

The list of strings in the dropdown are determined in the Status String Settings.

Last updated