variablesフォルダの中身のパネルのためのクラス

Constructors

Properties

colorAngle: number = 0
folder: GUI

plotフォルダ

index: number

plotの番号(0から)

lastEditedInput: undefined | HTMLInputElement
lastPlotTime: number = 0
name: string

plot

plot: undefined | (Line<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap> | Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>)[]
plotInformation: undefined | PlotInformation
plotReady: undefined | number
plotting: boolean = false
remain: undefined | boolean
settings: {
    remove: (() => void);
    x: string;
    y: string;
    z: string;
}

plotごとのx軸, y軸, z軸とremoveボタン

Type declaration

  • remove: (() => void)
      • (): void
      • Returns void

  • x: string
  • y: string
  • z: string
xItem: GUIController<object>

x軸にあてる変数を入力する欄

yItem: GUIController<object>

y軸にあてる変数を入力する欄

zItem: GUIController<object>

z軸にあてる変数を入力する欄

Generated using TypeDoc