webHydLa
    Preparing search index...

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

    Index

    Constructors

    • Parameters

      • xName: string
      • yName: string
      • zName: string
      • index: number

      Returns PlotLine

    Properties

    colorAngle: number = 0
    folder: GUI

    plotフォルダ

    index: number

    plotの番号(0から)

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

    plot

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

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

    xItem: GUIController

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

    yItem: GUIController

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

    zItem: GUIController

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