summaryrefslogtreecommitdiffstats
path: root/doc/classes/Transform2D.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-27/+9
| | | | Includes various changes triggered by the refactoring of method bindings.
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+3
|
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Update core documentation to match recent C# changesAaron Franke2020-07-211-15/+19
| | | | | | Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* doc: Sync classref with current sourceRémi Verschelde2020-03-181-2/+2
| | | | Fix wrong binding after #37111.
* doc: Sync classref with apparent Variant return type changesRémi Verschelde2020-02-221-2/+2
| | | | | Part of those seem bogus, methods like Array.back()/front() should return a Variant and not void.
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-2/+2
| | | | Handle removal of Pool*Array types and other recent changes.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Document that translated does not behave like rotated or scaledAaron Franke2019-12-151-3/+4
|
* Add docs for is_equal_approx on structuresAaron Franke2019-11-301-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-11-081-0/+8
|
* Add transform methods for PoolVector*ArrayAndrii Doroshenko (Xrayez)2019-08-291-2/+2
| | | | | | Similarly to `Vector2` and `Rect2` transforms in 2D and Vector3, Plane, and AABB in 3D. PoolVector2Array and PoolVector3Array were the only missing Variant types in both Transform2D and Transform respectively.
* Document constants in Transform/Transform2DMarco Costa2019-07-041-0/+3
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-3/+3
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-4/+4
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* DocData: Fix return type listed as "var" instead of "Variant"Rémi Verschelde2018-08-311-4/+4
|
* doc: Sync classref with current sourceRémi Verschelde2018-08-211-0/+6
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* Fix wrong return type of xform functionsPoommetee Ketson2018-01-301-8/+8
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* [DOCS] minor corrections to Transform2DChris Bradfield2017-12-241-15/+15
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-221-3/+3
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* [DOCS] Fix a few typos.Andreas Haas2017-10-141-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-09-231-1/+1
| | | | [ci skip]
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Spatial, Transform and Transform2D documentation tweaksPrzemysław Gołąb (n-pigeon)2017-09-151-9/+9
|
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-3/+3
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+177
possible to save module files in module directories and the build system will recognize them.