-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nemrav
committed
Dec 11, 2024
1 parent
b5cd887
commit 502df1c
Showing
4 changed files
with
115 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<class name="CursorSingleton" inherits="Object" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd"> | ||
<brief_description> | ||
</brief_description> | ||
<description> | ||
</description> | ||
<tutorials> | ||
</tutorials> | ||
<methods> | ||
<method name="generate_resolution"> | ||
<return type="void" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<param index="1" name="base resolution index" type="int" default="0" /> | ||
<param index="2" name="target resolution" type="Vector2i" default="Vector2i(64, 64)" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_animationLength"> | ||
<return type="int" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_displayRates"> | ||
<return type="PackedFloat32Array" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_frames"> | ||
<return type="Array" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<param index="1" name="resolution index" type="int" default="0" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_hotspots"> | ||
<return type="Vector2i[]" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<param index="1" name="resolution index" type="int" default="0" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_resolutions"> | ||
<return type="Vector2i[]" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_sequence"> | ||
<return type="PackedInt32Array" /> | ||
<param index="0" name="cursor name" type="String" default=""normal"" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="load_cursors"> | ||
<return type="bool" /> | ||
<description> | ||
</description> | ||
</method> | ||
</methods> | ||
<members> | ||
<member name="cursor_names" type="Array" setter="" getter="get_cursor_names" default="[]"> | ||
</member> | ||
</members> | ||
</class> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters