ToolbarAttribute.

ToolbarAttribute(string[]) Constructor

Summary

Creates a new InspectorGadgets.Attributes.ToolbarAttribute using the specified labels (not required for enums).

Syntax

public ToolbarAttribute(params string[] labels)

Remarks

For bool fields, the first label is used for false and the second for true.

Parameters

Name Type Description
labels string[]

Return Value

Type Description
void