BehaviorLiveMemberPresenter.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorLiveMemberPresenter.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorLiveMemberPresenter
Section titled “Type: BehaviorLiveMemberPresenter”Original lines: 32-1206
Declaration hash: sha256:10f5d25608d4123a7ded5eca700bf3d8a328d906e16089ef693d15a1794482ce
public sealed class BehaviorLiveMemberPresenter : VisualElement{}Property: Count
Section titled “Property: Count”Original lines: 84
Declaration hash: sha256:86b971c9d4a6c7be67f9b8ba77954d606158193d4bb6f55e4e6ef2de364cb94a
public int Count { get; }Event: EditRequested
Section titled “Event: EditRequested”Original lines: 89
Declaration hash: sha256:1996da281805246c449fea2c33346cec884fe7902d2bb272e41869720c75d369
public event Action<BehaviorLiveMemberEditRequest> EditRequested;Method: BehaviorLiveMemberPresenter()
Section titled “Method: BehaviorLiveMemberPresenter()”Original lines: 92-96
Declaration hash: sha256:1e63c5fbe433c2d2f294ff993c16ff8e5045c7a87a3551f5c1ff02e54ab1732e
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
public void UpdateSnapshots(IReadOnlyList<BehaviorLiveMemberSnapshot> snapshots, bool isPaused);