MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / unlock

Method unlock

src/scripting/api/Display/Bitmap.ts:271–278  ·  view source on GitHub ↗
(changeRect:Rectangle = null)

Source from the content-addressed store, hash-verified

269 }
270
271 public unlock(changeRect:Rectangle = null):void {
272 this._locked = false;
273 if (changeRect == null) {
274 this._updateBox();
275 } else {
276 this._updateBox(changeRect);
277 }
278 }
279
280 public getId():string {
281 return this._id;

Callers

nothing calls this directly

Calls 1

_updateBoxMethod · 0.95

Tested by

no test coverage detected