Table of Contents

Interface ISkiaAnimator

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface ISkiaAnimator : IDisposable
Inherited Members
Extension Methods

Properties

IsDeactivated

Can and will be removed

bool IsDeactivated { get; set; }

Property Value

bool

IsHiddenInViewTree

For internal use by the engine

bool IsHiddenInViewTree { get; set; }

Property Value

bool

IsPaused

Just should not execute on tick

bool IsPaused { get; set; }

Property Value

bool

IsRunning

bool IsRunning { get; }

Property Value

bool

Parent

IDrawnBase Parent { get; }

Property Value

IDrawnBase

Uid

Guid Uid { get; }

Property Value

Guid

WasStarted

bool WasStarted { get; }

Property Value

bool

Methods

Pause()

Used by ui, please use play stop for manual control

void Pause()

Resume()

Used by ui, please use play stop for manual control

void Resume()

Start(double)

void Start(double delayMs = 0)

Parameters

delayMs double

Stop()

void Stop()

TickFrame(long)

bool TickFrame(long frameTimeNanos)

Parameters

frameTimeNanos long

Returns

bool

Is Finished