Search Results for

    Show / Hide Table of Contents

    Class UintEditor

    Default implementation of the inspector used to edit uint value type properties.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    UnsignedIntegerValueEditor
    UintEditor
    Inherited Members
    UnsignedIntegerValueEditor.Initialize(LayoutElementsContainer)
    UnsignedIntegerValueEditor.Refresh()
    UnsignedIntegerValueEditor.Style
    Namespace: FlaxEditor.CustomEditors.Editors
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [CustomEditor]
    [DefaultEditor]
    public sealed class UintEditor : UnsignedIntegerValueEditor

    Constructors

    UintEditor()

    Declaration
    public UintEditor()

    Methods

    GetLimits(out UInt64, out UInt64)

    Gets the value limits.

    Declaration
    protected override void GetLimits(out ulong min, out ulong max)
    Parameters
    System.UInt64 min

    The minimum value.

    System.UInt64 max

    The maximum value.

    Overrides
    UnsignedIntegerValueEditor.GetLimits(out UInt64, out UInt64)

    GetValue(Object)

    Gets the value as long.

    Declaration
    protected override ulong GetValue(object value)
    Parameters
    System.Object value

    The value from object.

    Returns
    System.UInt64

    The value for editor.

    Overrides
    UnsignedIntegerValueEditor.GetValue(Object)

    SetValue(UInt64)

    Sets the value from long.

    Declaration
    protected override object SetValue(ulong value)
    Parameters
    System.UInt64 value

    The value from editor.

    Returns
    System.Object

    The value to object.

    Overrides
    UnsignedIntegerValueEditor.SetValue(UInt64)

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat