Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MSAA_QUALITY

Constants for multi-sampling antialiasing.

see

PIXI.Framebuffer#multisample

name

MSAA_QUALITY

memberof

PIXI

static
property

{number} NONE - No multisampling for this renderTexture

property

{number} LOW - Try 2 samples

property

{number} MEDIUM - Try 4 samples

property

{number} HIGH - Try 8 samples

Index

Enumeration members

Enumeration members

HIGH

HIGH: = 8

LOW

LOW: = 2

MEDIUM

MEDIUM: = 4

NONE

NONE: = 0

Generated using TypeDoc