Interface IRuntimeInspectorProvider
- Namespace
- Framework.Systems.Diagnostics.Overlay
- Assembly
- Assembly-CSharp.dll
RuntimeInspector 에 정보를 제공하는 Provider 계약. AssetSystem / TickSystem / SceneSystem 등이 직접 구현해 등록한다. RuntimeInspector 는 Provider 를 조회할 뿐 내용을 알지 못한다.
public interface IRuntimeInspectorProvider
Properties
Category
Inspector 패널 카테고리 이름. 예: "Performance" / "Asset".
string Category { get; }
Property Value
- string
Methods
GetEntries()
표시할 항목 목록. 매 갱신 주기마다 호출된다.
IReadOnlyList<InspectorEntry> GetEntries()
Returns
- IReadOnlyList<InspectorEntry>