Animation.CreateBuilder(AnimationBuilderFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new animation builder with the specified flags.
public static SkiaSharp.Skottie.AnimationBuilder CreateBuilder(SkiaSharp.Skottie.AnimationBuilderFlags flags = SkiaSharp.Skottie.AnimationBuilderFlags.None);
Parameters
- flags
- AnimationBuilderFlags
Builder flags to control the loading process.
Returns
A new AnimationBuilder instance.
Remarks
Use the builder for more options and control over the loading process, such as setting a custom font manager or resource provider.