Type alias DrawParams

DrawParams: {
    color?: Vec3;
    lineType?: number;
    thickness?: number;
}

Type declaration

  • Optional color?: Vec3
  • Optional lineType?: number
  • Optional thickness?: number