Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

BehaviorLiveMemberPresenter.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorLiveMemberPresenter.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Member/BehaviorLiveMemberPresenter.cs

Source file hash: sha256:75b32b9cf824675a882250ec03911cae2a2b746d4f971cc883f53e11ef872536

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 32-1206

Declaration hash: sha256:10f5d25608d4123a7ded5eca700bf3d8a328d906e16089ef693d15a1794482ce

C#
public sealed class BehaviorLiveMemberPresenter : VisualElement
{
}

Original lines: 84

Declaration hash: sha256:86b971c9d4a6c7be67f9b8ba77954d606158193d4bb6f55e4e6ef2de364cb94a

C#
public int Count { get; }

Original lines: 89

Declaration hash: sha256:1996da281805246c449fea2c33346cec884fe7902d2bb272e41869720c75d369

C#
public event Action<BehaviorLiveMemberEditRequest> EditRequested;

Original lines: 92-96

Declaration hash: sha256:1e63c5fbe433c2d2f294ff993c16ff8e5045c7a87a3551f5c1ff02e54ab1732e

C#
public BehaviorLiveMemberPresenter();

Method: UpdateSnapshots(IReadOnlyList<BehaviorLiveMemberSnapshot> snapshots, bool isPaused)

Section titled “Method: UpdateSnapshots(IReadOnlyList<BehaviorLiveMemberSnapshot> snapshots, bool isPaused)”

Original lines: 102-139

Declaration hash: sha256:067ba6218c58cf67c97c8c473662ba596ac77c0dfa1fb15fcf5c7c4fdbc3ffee

C#
public void UpdateSnapshots(IReadOnlyList<BehaviorLiveMemberSnapshot> snapshots, bool isPaused);
Full-size image