docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUI.MaskField

    Maskfield enumeration field.

    Inheritance
    object
    DebugUI.Widget
    DebugUI.Field<uint>
    DebugUI.EnumField<uint>
    DebugUI.MaskField
    Implements
    DebugUI.IValueField
    Inherited Members
    DebugUI.EnumField<uint>.enumNames
    DebugUI.EnumField<uint>.enumValues
    DebugUI.EnumField<uint>.AutoFillFromType(Type)
    DebugUI.Field<uint>.getter
    DebugUI.Field<uint>.setter
    DebugUI.Field<uint>.onValueChanged
    DebugUI.Field<uint>.ValidateValue(uint)
    DebugUI.Field<uint>.GetValue()
    DebugUI.Field<uint>.SetValue(object)
    DebugUI.Widget.m_Panel
    DebugUI.Widget.panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.tooltip
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.isInactiveInEditor
    DebugUI.Widget.isHiddenCallback
    DebugUI.Widget.isHidden
    DebugUI.Widget.GetHashCode()
    DebugUI.Widget.nameAndTooltip
    object.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Obsolete("Mask field is not longer supported. Please use a BitField or implement your own Widget. #from(6000.2)", false)]
    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

    Overrides
    DebugUI.Field<uint>.SetValue(uint)

    Implements

    DebugUI.IValueField

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)