Class MaterialHeaderScopeList
Collection to store MaterialHeaderScopeItem
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class MaterialHeaderScopeList
Constructors
| Name | Description |
|---|---|
| MaterialHeaderScopeList(uint) | Constructor that initializes it with the default expanded state for the internal scopes |
Methods
| Name | Description |
|---|---|
| DrawHeaders(MaterialEditor, Material) | Draws all the MaterialHeaderScopeItem with its information stored |
| RegisterHeaderScope<TEnum>(GUIContent, TEnum, Action<Material>) | Registers a MaterialHeaderScopeItem into the list |