enabled property

int enabled
getter/setter pair

Defines if the layer is enabled.

  • 0 = false
  • 1 = true

Implementation

int enabled = 0;