1.0.0-alpha.17 • Published 1 year ago

@oasis-engine-toolkit/way-point v1.0.0-alpha.17

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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 @oasis-engine-toolkit/way-point

This will allow you to import package entirely using:

import * as TOOLKIT from "@oasis-engine-toolkit/way-point";

or individual classes using:

import { WayPoint } from "@oasis-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.