Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Dec 19, 2024
1 parent 529f385 commit 963416e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/lua_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1263,14 +1263,14 @@ SceneGraph
Sets the local *pose* of the *transform*.

**link** (sg, parent, child, child_local_position, child_local_rotation, child_local_scale)
Links `child` to `parent`. After linking the child will follow its
Links *child* to *parent*. After linking the child will follow its
parent. Set child_local_* to modify the child position after it has been
linked to the parent, otherwise che child will be positioned at the
location of its parent.

**unlink** (sg, child)
Unlinks `child` from its parent if it has any. After unlinking, the local
pose of the @a child is set to its previous world pose.
Unlinks *child* from its parent if it has any. After unlinking, the local
pose of the *child* is set to its previous world pose.

SoundWorld
===========
Expand Down

0 comments on commit 963416e

Please sign in to comment.