Skip to content

Latest commit

 

History

History

way-point

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.