summaryrefslogtreecommitdiff
path: root/doc/classes/SoftBody.xml
AgeCommit message (Collapse)Author
2020-03-30doc: Update classref with node renamesRémi Verschelde
A few extra renames for classes which were missed in last week's PRs.
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
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.
2019-11-08doc: Sync classref with current sourceRémi Verschelde
2019-11-02Code format for true/false/null to make documentation consistentPouleyKetchoupp
2019-11-01link SoftBody tutorial in docs and add ray_pickable propertyJummit
2019-06-30doc: Add default values to all propertiesRémi Verschelde
Thanks to @bojidar-bg's impressive work in #29380.
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-11-01Add method get_collision_exceptionsGuilherme Recchi Cardozo
Adding this method to PhysicsBody, PhysicsBody2D and SoftBody. It returns a list of nodes included in collision exceptions. Fixes #23235, cheers!
2018-09-16[DOCS] Classref additions and consistency fixesChris Bradfield
2018-07-26doc: Sync classref with current sourceRémi Verschelde
Fix various missing arguments in bindings.