@galacean/engine-toolkit-way-point
v1.3.9
Published
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.
Downloads
13
Maintainers
Keywords
Readme
WayPoint System
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.
npm
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";
playground
The usage of this toolkit can be found in :
Links
License
The engine is released under the MIT license. See LICENSE file.