PulseScheduler.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/PulseScheduler.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/PulseScheduler.cs
Source file hash: sha256:7a58781bf7cebb58cb958f4688743f9dc32866d7f128978dc9c18729fe6f0c33
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: PulseScheduler
Section titled “Type: PulseScheduler”Original lines: 57-159
Declaration hash: sha256:458e6d467904995cabdb89238a7a30d44340d502c77fa7b30d0f1c0fd685d120
public static class PulseScheduler{}Method: Start(VisualElement root, int periodMilliseconds)
Section titled “Method: Start(VisualElement root, int periodMilliseconds)”Original lines: 73-80
Declaration hash: sha256:d9526eabe05dac6362913c0c49cde3d02ddb1bed9ae6e65c9e5b3a7ccc32831e
public static IDisposable Start(VisualElement root, int periodMilliseconds);