WayPoint allows users to set multiple road signs, so that the Entity hanging on the script can move along the road marks. Realize the ability similar to camera track control and character motion control.
The WayPoint
is published on npm with full typing support. To install, use:
npm install @galacean/engine-toolkit-way-point
This will allow you to import package entirely using:
import * as TOOLKIT from "@galacean/engine-toolkit-way-point";
or individual classes using:
import { WayPoint } from "@galacean/engine-toolkit-way-point";
The usage of this toolkit can be found in :
The engine is released under the MIT license. See LICENSE file.