Method RegisterHeaderScope
RegisterHeaderScope<TEnum>(GUIContent, TEnum, Action<Material>)
Registers a MaterialHeaderScopeItem into the list
Declaration
public void RegisterHeaderScope<TEnum>(GUIContent title, TEnum expandable, Action<Material> action) where TEnum : struct, IConvertible
Parameters
| Type | Name | Description |
|---|---|---|
| GUIContent | title | GUIContent The title of the scope |
| TEnum | expandable | The mask identifying the scope |
| Action<Material> | action | The action that will be drawn if the scope is expanded |
Type Parameters
| Name | Description |
|---|---|
| TEnum | A valid struct and IConvertible |