ITicker Interface

Definition

A ticker makes sure that animations get triggered to advance and progress through their different stages.

public interface class ITicker
public interface ITicker
type ITicker = interface
Public Interface ITicker
Derived

Properties

Fire

The Action that is triggered when this ticker interval has been reached.

IsRunning

Specifies whether this ticker is currently running.

MaxFps

Maximum frames per second this ticker can handle.

SystemEnabled

Specifies whether this ticker is system enabled.

Methods

Start()

Starts running this ticker.

Stop()

Stops this ticker from running.

Applies to