Class ObjectFlagProperty<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ObjectFlagProperty<T>

    Inheritance
    System.Object
    DiagnosticsNode
    DiagnosticsProperty<T>
    ObjectFlagProperty<T>
    Inherited Members
    DiagnosticsProperty<T>.lazy(String, ComputePropertyValueCallback<T>, String, String, String, Boolean, Boolean, Object, String, Boolean, DiagnosticsTreeStyle, DiagnosticLevel)
    DiagnosticsProperty<T>.toDescription(TextTreeConfiguration)
    DiagnosticsProperty<T>.ifNull
    DiagnosticsProperty<T>.ifEmpty
    DiagnosticsProperty<T>.tooltip
    DiagnosticsProperty<T>.missingIfNull
    DiagnosticsProperty<T>.propertyType
    DiagnosticsProperty<T>.valueObject
    DiagnosticsProperty<T>.value
    DiagnosticsProperty<T>.exception
    DiagnosticsProperty<T>.defaultValue
    DiagnosticsProperty<T>.getProperties()
    DiagnosticsProperty<T>.getChildren()
    DiagnosticsNode.message(String, DiagnosticsTreeStyle, DiagnosticLevel)
    DiagnosticsNode.name
    DiagnosticsNode.showSeparator
    DiagnosticsNode.isFiltered(DiagnosticLevel)
    DiagnosticsNode.emptyBodyDescription
    DiagnosticsNode.style
    DiagnosticsNode.ToString()
    DiagnosticsNode.toString(TextTreeConfiguration, DiagnosticLevel)
    DiagnosticsNode.textTreeConfiguration
    DiagnosticsNode.toStringDeep(String, String, TextTreeConfiguration, DiagnosticLevel)
    Namespace: Unity.UIWidgets.foundation
    Syntax
    public class ObjectFlagProperty<T> : DiagnosticsProperty<T>
    Type Parameters
    Name Description
    T

    Constructors

    ObjectFlagProperty(String, T, String, String, Boolean, DiagnosticLevel)

    Declaration
    public ObjectFlagProperty(string name, T value, string ifPresent = null, string ifNull = null, bool showName = false, DiagnosticLevel level = DiagnosticLevel.info)
    Parameters
    Type Name Description
    System.String name
    T value
    System.String ifPresent
    System.String ifNull
    System.Boolean showName
    DiagnosticLevel level

    Fields

    ifPresent

    Declaration
    public readonly string ifPresent
    Field Value
    Type Description
    System.String

    Properties

    level

    Declaration
    public override DiagnosticLevel level { get; }
    Property Value
    Type Description
    DiagnosticLevel
    Overrides
    Unity.UIWidgets.foundation.DiagnosticsProperty<T>.level

    showName

    Declaration
    public override bool showName { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    DiagnosticsNode.showName

    Methods

    has(String, T, DiagnosticLevel)

    Declaration
    public static ObjectFlagProperty<T> has(string name, T value, DiagnosticLevel level = DiagnosticLevel.info)
    Parameters
    Type Name Description
    System.String name
    T value
    DiagnosticLevel level
    Returns
    Type Description
    ObjectFlagProperty<T>

    toJsonMap()

    Declaration
    public override Dictionary<string, object> toJsonMap()
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>
    Overrides
    Unity.UIWidgets.foundation.DiagnosticsProperty<T>.toJsonMap()

    valueToString(TextTreeConfiguration)

    Declaration
    protected override string valueToString(TextTreeConfiguration parentConfiguration = null)
    Parameters
    Type Name Description
    TextTreeConfiguration parentConfiguration
    Returns
    Type Description
    System.String
    Overrides
    Unity.UIWidgets.foundation.DiagnosticsProperty<T>.valueToString(Unity.UIWidgets.foundation.TextTreeConfiguration)
    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