Skip to content

Commit

Permalink
docs: lottie importer add description
Browse files Browse the repository at this point in the history
  • Loading branch information
beicause committed Oct 26, 2024
1 parent 63a92e1 commit 0a2f450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/svg/doc_classes/ResourceImporterLottie.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="ResourceImporterLottie" inherits="ResourceImporter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Import a Lottie animation as a sprite sheet.
</brief_description>
<description>
This imports a Lottie animation to a [CompressedTexture2D]. See also [ResourceImporterTexture].
[b]Note:[/b] Both JSON and dotLottie (extra resources are ignored) are supported. Only files with the [code].lottie[/code] extension are recognized. You will have to rename the JSON file extension to [code].lottie[/code] to import it.
</description>
<tutorials>
</tutorials>
Expand Down

0 comments on commit 0a2f450

Please sign in to comment.