API Docs for: 2.2.1
Show:

File: pixi/filters/CrossHatchFilter.hx

  1. package pixi.filters;
  2. @:native("PIXI.CrossHatchFilter")
  3. extern class CrossHatchFilter extends AbstractFilter {
  4. /**
  5. * A Cross Hatch effect filter.
  6. *
  7. * @class CrossHatchFilter
  8. * @extends AbstractFilter
  9. * @constructor
  10. */
  11. function new():Void;
  12. /**
  13. * Sets the strength of both the blur. Default: 2
  14. */
  15. var blur:Float;
  16. }