docs.unity3d.com
    目次を表示する/隠す

    Class DebugUI.UIntField

    Unsigned integer field.

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Field<UInt32>
    DebugUI.UIntField
    Inherited Members
    DebugUI.Field<UInt32>.getter
    DebugUI.Field<UInt32>.setter
    DebugUI.Field<UInt32>.onValueChanged
    DebugUI.Field<UInt32>.DebugUI.IValueField.ValidateValue(Object)
    DebugUI.Field<UInt32>.DebugUI.IValueField.GetValue()
    DebugUI.Field<UInt32>.GetValue()
    DebugUI.Field<UInt32>.SetValue(Object)
    DebugUI.Field<UInt32>.SetValue(UInt32)
    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 UIntField : DebugUI.Field<uint>, DebugUI.IValueField

    Fields

    incStep

    Step increment.

    Declaration
    public uint incStep
    Field Value
    Type Description
    UInt32

    intStepMult

    Step increment multiplier.

    Declaration
    public uint intStepMult
    Field Value
    Type Description
    UInt32

    max

    Maximum value function.

    Declaration
    public Func<uint> max
    Field Value
    Type Description
    Func<UInt32>

    min

    Minimum value function.

    Declaration
    public Func<uint> min
    Field Value
    Type Description
    Func<UInt32>

    Methods

    ValidateValue(UInt32)

    Function used to validate the value when updating the field.

    Declaration
    public override uint ValidateValue(uint value)
    Parameters
    Type Name Description
    UInt32 value

    Input value.

    Returns
    Type Description
    UInt32

    Validated value.

    Overrides
    UnityEngine.Rendering.DebugUI.Field<System.UInt32>.ValidateValue(System.UInt32)
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)