markNeedsAddToScene method

  1. @protected
void markNeedsAddToScene ()
@protected

Mark that this layer has changed and addToScene needs to be called.

Implementation

@protected
void markNeedsAddToScene() {
  _needsAddToScene = true;
}