Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • ProjectWiresDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    • U

    Parameters

    • Optional wires: T[]
    • Optional shape: U
    • Optional direction: Vector3

    Returns ProjectWiresDto<T, U>

Properties

direction

direction: Vector3

Direction vector for projection

default

[0, 1, 0]

shape

shape: U

Shape to use for projection

default

undefined

wires

wires: T[]

Wire to project

default

undefined

Generated using TypeDoc