diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2019-05-01 21:45:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 21:45:56 +0200 |
commit | 46b6fb83efc8e021cf60502d1e42fdd912b020eb (patch) | |
tree | 91156d31f36ab7d7e92760d9dd090264a3319f90 /doc/classes/Path2D.xml | |
parent | 9f49e50d6d6ba8ad54e1106ab3954177ecc794c2 (diff) | |
parent | 04b49264f2d752c32a4bb771367e78ca2f44b447 (diff) |
Merge pull request #28542 from Anchakor/master
Small documentation improvements
Diffstat (limited to 'doc/classes/Path2D.xml')
-rw-r--r-- | doc/classes/Path2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml index c77e00a28e..ce15b3eab2 100644 --- a/doc/classes/Path2D.xml +++ b/doc/classes/Path2D.xml @@ -5,6 +5,7 @@ </brief_description> <description> Can have [PathFollow2D] child-nodes moving along the [Curve2D]. See [PathFollow2D] for more information on this usage. + Note that the path is considered as relative to the moved nodes (children of [PathFollow2D]) - usually the curve should start with a zero vector (0, 0). </description> <tutorials> </tutorials> |