godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.79k stars 3.08k forks source link

[WIP] Improve SoftBody documentation #3823

Open follower opened 4 years ago

follower commented 4 years ago

Your Godot version: 3.2.2

Issue description:

There are a number of undocumented properties in the SoftBody/SoftBody3D class--the underlying implementation of which is the Bullet physics library:

While being distracted by trying to figure out more about SoftBody I encountered some potential useful sources of information for documenting these properties (& others):

URL to the documentation page (if already existing):


jayypluss commented 2 years ago

Also pinned_points: PoolIntArray is not documented yet.

image

Godot version: 3.2.1

Calinou commented 2 years ago

Also pinned_points: PoolIntArray is not documented yet.

image

Godot version: 3.2.1

The property is registered dynamically, which means --doctool has no chance to list it in the class reference: https://github.com/godotengine/godot/blob/83d0e97e03b097310963dff76a9bde24bd49ed13/scene/3d/soft_body.cpp#L177