summaryrefslogtreecommitdiffstats
path: root/doc/classes/CPUParticles2D.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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.)
* Document the expected normal map coordinate system where relevantHugo Locurcio2020-05-041-0/+1
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-2/+2
| | | | A few extra renames for classes which were missed in last week's PRs.
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-3/+3
| | | | Handle removal of Pool*Array types and other recent changes.
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-2/+2
| | | | | | | | Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
* 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.
* Complete various class referencesclayjohn2020-01-261-0/+3
|
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-2/+8
| | | | | | | | | | | | | - Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_<number>` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`.
* doc: Timer.autostart resets to false on startRémi Verschelde2020-01-191-1/+1
| | | | Fixes #35289.
* Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde2020-01-161-0/+3
| | | | | | Fixes #29777. Co-authored-by: Cameron Reikes <cameronreikes@gmail.com>
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-27/+27
|
* added individual particle random lifetimeclayjohn2019-07-141-0/+3
|
* DocData: Re-expose parametric setters and gettersRémi Verschelde2019-07-041-0/+72
| | | | | | | | | Setters and getters have been hidden from the documentation when the matching properties have been exposed, but some of them are parametric and require the name or index of a given parameter to be used. So they need to be properly documented with the type and name of the arguments they take. For example, CPUParticles' `set_param(Parameter param, float value)`.
* doc: Sync classref with current sourceRémi Verschelde2019-07-021-0/+3
|
* CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2DRémi Verschelde2019-06-301-1/+1
| | | | | This was likely a typo, 10 times the standard gravity is 98.0665 (ca. 98), not 98.8.
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-5/+5
| | | | Applying #30187.
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-24/+24
| | | | They are now generated automatically by doctool.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-61/+61
| | | | 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: Sync classref with current sourceRémi Verschelde2019-06-181-2/+2
| | | | Fix a few bugs.
* change emit shape circle to sphere in CPUParticles2Dclayjohn2019-06-171-2/+2
|
* doc: Fix formatting, typos and some descriptions in new docstringsRémi Verschelde2019-06-151-7/+7
|
* [DOCS] Update CPUParticles[2D] classrefChris Bradfield2019-06-141-1/+88
|
* Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde2019-06-131-1/+11
| | | | | | | The relevant code was copied from (GPU) ParticlesMaterial but commented out initially, and never ported. Closes #29580.
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-12-041-3/+3
|
* doc: Sync classref with current sourcePoommetee Ketson2018-11-101-3/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-08-291-0/+193