Field CreateHandlerOverride
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.