Class DebugUI.MaskField
Maskfield enumeration field.
Implements
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.MaskField : DebugUI.EnumField<uint>, DebugUI.IValueField
Methods
Fill(string[])
Fills the enum using the provided names
Declaration
public void Fill(string[] names)
Parameters
Type | Name | Description |
---|---|---|
string[] | names | names to fill the enum |
SetValue(uint)
Assigns a value to the maskfield.
Declaration
public override void SetValue(uint value)
Parameters
Type | Name | Description |
---|---|---|
uint | value | value for the maskfield |