ClockBase Class

Namespace
Avalonia.Animation
Interfaces
  • IClock
  • IObservable<TimeSpan>
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type-.->Interface0["IClock"] click Interface0 "/api/Avalonia.Animation/IClock" Type-.->Interface1["IObservable<TimeSpan>"] Type["ClockBase"] class Type type-node Derived0["RenderLoopClock"]-->Type click Derived0 "/api/Avalonia.Animation/RenderLoopClock" Derived1["Clock"]-->Type click Derived1 "/api/Avalonia.Animation/Clock"

Syntax

public class ClockBase : IClock, IObservable<TimeSpan>

Constructors

Name Summary
ClockBase()

Properties

Name Value Summary
HasSubscriptions bool
PlayState PlayState

Methods

Name Value Summary
Pulse(TimeSpan) void
Stop() void
Subscribe(IObserver<TimeSpan>) IDisposable

Extension Methods