Interface IVolumeOptItem

interface IVolumeOptItem {
    key?: string;
    options: {
        debugPaintVisible?: boolean;
        pointId?: string;
        radius: number;
        volumeType?: number;
    };
    uuid?: string;
}

Properties

Properties

key?: string
options: {
    debugPaintVisible?: boolean;
    pointId?: string;
    radius: number;
    volumeType?: number;
}

Type declaration

  • Optional debugPaintVisible?: boolean
  • Optional pointId?: string
  • radius: number
  • Optional volumeType?: number
uuid?: string

Generated using TypeDoc