plus

open operator override fun plus(other: PosePath): CompositePosePath

Combines this path with another path to create a composite path.

The resulting path will traverse this path first, then the other path.

Return

A CompositePosePath containing both paths in sequence

Parameters

other

The path to append after this one