Interface OAVVector3Param

OAVVector3 组件参数

Hierarchy

  • OAVVector3Param

Properties

component: "OAVVector3"
componentParam: {
    editable?: boolean;
    label?: string;
    maxValue?: number;
    minValue?: number;
    step?: number;
    stepDownUp?: number;
    stepScale?: number;
}

Type declaration

  • Optional editable?: boolean
  • Optional label?: string
  • Optional maxValue?: number

    最小值

  • Optional minValue?: number

    最小值

  • Optional step?: number

    步长,精度

  • Optional stepDownUp?: number

    按下上下方向键时增加的步长数量

  • Optional stepScale?: number

    移动一个像素时增加的步长数量

Generated using TypeDoc