Class DebugUI.IntField | Core RP Library | 7.2.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugUI.IntField

    Integer field.

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Field<Int32>
    DebugUI.IntField
    Inherited Members
    DebugUI.Field<Int32>.getter
    DebugUI.Field<Int32>.setter
    DebugUI.Field<Int32>.onValueChanged
    DebugUI.Field<Int32>.DebugUI.IValueField.ValidateValue(Object)
    DebugUI.Field<Int32>.DebugUI.IValueField.GetValue()
    DebugUI.Field<Int32>.GetValue()
    DebugUI.Field<Int32>.SetValue(Object)
    DebugUI.Field<Int32>.SetValue(Int32)
    DebugUI.Widget.m_Panel
    DebugUI.Widget.panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.isInactiveInEditor
    DebugUI.Widget.GetHashCode()
    Namespace: UnityEngine.Rendering
    Syntax
    public class IntField : DebugUI.Field<int>, DebugUI.IValueField

    Fields

    incStep

    Step increment.

    Declaration
    public int incStep
    Field Value
    Type Description
    Int32

    intStepMult

    Step increment multiplier.

    Declaration
    public int intStepMult
    Field Value
    Type Description
    Int32

    max

    Maximum value function.

    Declaration
    public Func<int> max
    Field Value
    Type Description
    Func<Int32>

    min

    Minimum value function.

    Declaration
    public Func<int> min
    Field Value
    Type Description
    Func<Int32>

    Methods

    ValidateValue(Int32)

    Function used to validate the value when updating the field.

    Declaration
    public override int ValidateValue(int value)
    Parameters
    Type Name Description
    Int32 value

    Input value.

    Returns
    Type Description
    Int32

    Validated value.

    Overrides
    UnityEngine.Rendering.DebugUI.Field<System.Int32>.ValidateValue(System.Int32)
    In This Article
    • Fields
      • incStep
      • intStepMult
      • max
      • min
    • Methods
      • ValidateValue(Int32)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023