markNeedsAddToScene method
- @protected
@protected
Mark that this layer has changed and addToScene needs to be called.
Implementation
@protected
void markNeedsAddToScene() {
_needsAddToScene = true;
}
Mark that this layer has changed and addToScene needs to be called.
@protected
void markNeedsAddToScene() {
_needsAddToScene = true;
}