Table of Contents

Class BlackboardInspectorPanel

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Display an inspector ui for blackboard

public class BlackboardInspectorPanel : VisualElement
Inheritance
BlackboardInspectorPanel

Constructors

BlackboardInspectorPanel(Func<CeresGraph>, Func<long>, Action<CeresGraph>)

public BlackboardInspectorPanel(Func<CeresGraph> getGraphFunc, Func<long> getTimestampFunc, Action<CeresGraph> onUpdate)

Parameters

getGraphFunc Func<CeresGraph>
getTimestampFunc Func<long>
onUpdate Action<CeresGraph>

Properties

Subtitle

Subtitle displayed on the right side of the title. If empty or null, the subtitle will be hidden.

public string Subtitle { get; set; }

Property Value

string