Table of Contents

Field CreateHandlerOverride

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Gets or sets function which creates animation player driver used in the AnimationPlayer.

public static Func<AnimationPlayer, IAnimationPlayerHandler>? CreateHandlerOverride

Returns

Func<AnimationPlayer, IAnimationPlayerHandler>
Gets or sets function which creates animation player driver used in the .

Remarks

If this field is null, CreateHandler() is used to create animation player handler.