◆ StringListAsMaskProperty()

static void StringListAsMaskProperty ( Rect  position,
SerializedProperty  property,
GUIContent  label,
string[]  fullList 
)
static
Parameters
positionRect defining where to draw the control.
propertyBefore and after the function is called, this SerializedProperty will only contain the list of "selected" strings. User input may change this list in here.
labelLabel to use for the Mask field.
fullListThis array contains ALL the selectable options, including those "not-selected" strings (which would NOT be stored in the SerialiedProperty).