Table of Contents

Class StatInspectorProvider

Namespace
Framework.Systems.Stat
Assembly
Assembly-CSharp.dll

RuntimeInspector 에 Stat 정보를 제공하는 Provider.

public sealed class StatInspectorProvider : IRuntimeInspectorProvider
Inheritance
object
StatInspectorProvider
Implements

Examples

// 초기화 시
var provider = new StatInspectorProvider(_statSystem);
Diagnostics.Inspector.Register(provider);

Constructors

StatInspectorProvider(IStatSystem)

public StatInspectorProvider(IStatSystem statSystem)

Parameters

statSystem IStatSystem

Properties

Category

Inspector 패널 카테고리 이름. 예: "Performance" / "Asset".

public string Category { get; }

Property Value

string

Methods

GetEntries()

표시할 항목 목록. 매 갱신 주기마다 호출된다.

public IReadOnlyList<InspectorEntry> GetEntries()

Returns

IReadOnlyList<InspectorEntry>