module:extras/arrow

Back to documentation index.

module:extras/arrow()

The extras/arrow.js module. To import all symbols in this module, either of the following can be used:

import * from "extras/arrow.js";
// -- or --
import * as CustomModuleName from "extras/arrow.js";

Methods

(static) module:extras/arrow.createMultiColoredArrow(shaftLength, pointerLength, shaftRadius, pointerRadius, shaftColor, pointerColor)

TODO: Not documented yet.

Parameters

Return Value

A mesh buffer of the resulting shape. (Type: MeshBuffer)

Back to documentation index.