Table of Contents

Class EffectInspectorProvider

Namespace
Framework.Systems.Effect.Runtime
Assembly
Assembly-CSharp.dll

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

public sealed class EffectInspectorProvider : IRuntimeInspectorProvider
Inheritance
object
EffectInspectorProvider
Implements

Examples

var provider = new EffectInspectorProvider(myEffectStack);
Diagnostics.Inspector.Register(provider);

Constructors

EffectInspectorProvider(EffectStack)

public EffectInspectorProvider(EffectStack stack)

Parameters

stack EffectStack

Properties

Category

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

public string Category { get; }

Property Value

string

Methods

GetEntries()

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

public IReadOnlyList<InspectorEntry> GetEntries()

Returns

IReadOnlyList<InspectorEntry>