Interface ISkiaAnimator
public interface ISkiaAnimator : IDisposable
- Inherited Members
- Extension Methods
Properties
IsDeactivated
Can and will be removed
bool IsDeactivated { get; set; }
Property Value
IsHiddenInViewTree
For internal use by the engine
bool IsHiddenInViewTree { get; set; }
Property Value
IsPaused
Just should not execute on tick
bool IsPaused { get; set; }
Property Value
IsRunning
bool IsRunning { get; }
Property Value
Parent
IDrawnBase Parent { get; }
Property Value
Uid
Guid Uid { get; }
Property Value
WasStarted
bool WasStarted { get; }
Property Value
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
delayMsdouble
Stop()
void Stop()
TickFrame(long)
bool TickFrame(long frameTimeNanos)
Parameters
frameTimeNanoslong
Returns
- bool
Is Finished