-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from GsLogiMaker/feature/refactor-entity-setters
Refactor get/set/add methods in `GFEntity` and `GFComponent`
- Loading branch information
Showing
24 changed files
with
377 additions
and
207 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<class name="GFEntityBuilder" inherits="RefCounted" 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="add_entity"> | ||
<return type="GFEntityBuilder" /> | ||
<param index="0" name="entity" type="Variant" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="add_pair"> | ||
<return type="GFEntityBuilder" /> | ||
<param index="0" name="first" type="Variant" /> | ||
<param index="1" name="second" type="Variant" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="build"> | ||
<return type="GFEntity" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="get_world"> | ||
<return type="GFWorld" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="new_in_world" qualifiers="static"> | ||
<return type="GFEntityBuilder" /> | ||
<param index="0" name="world" type="GFWorld" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="set_name"> | ||
<return type="GFEntityBuilder" /> | ||
<param index="0" name="name" type="String" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="set_parent"> | ||
<return type="GFEntityBuilder" /> | ||
<param index="0" name="parent" type="Variant" /> | ||
<description> | ||
</description> | ||
</method> | ||
<method name="set_target_entity"> | ||
<return type="GFEntityBuilder" /> | ||
<param index="0" name="entity" type="Variant" /> | ||
<description> | ||
</description> | ||
</method> | ||
</methods> | ||
</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
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
Oops, something went wrong.