Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/deps.ts>three.ArrowHelper

A framework for Beat Saber map scripting.
Go to Latest
class three.ArrowHelper
extends Object3D
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { ArrowHelper } = three;

Constructors

new
ArrowHelper(
dir?: Vector3,
origin?: Vector3,
length?: number,
headLength?: number,
headWidth?: number,
)

Properties

cone: Mesh

Contains the cone part of the arrowHelper.

line: Line

Contains the line part of the arrowHelper.

type: string

Methods

setDirection(dir: Vector3): void
setLength(
length: number,
headLength?: number,
headWidth?: number,
): void