Table of Contents

Struct InspectorEntry

Namespace
Framework.Systems.Diagnostics.Overlay
Assembly
Assembly-CSharp.dll

Inspector 한 항목의 표시 데이터.

public readonly struct InspectorEntry

Constructors

InspectorEntry(string, string)

public InspectorEntry(string label, string value)

Parameters

label string
value string

Fields

Label

public readonly string Label

Field Value

string

Value

public readonly string Value

Field Value

string