补全注释

This commit is contained in:
yhh
2023-03-14 17:33:05 +08:00
parent 3363fca160
commit 9909a7f7b0
15 changed files with 515 additions and 402 deletions
+1
View File
@@ -390,6 +390,7 @@ module es {
public offset(offsetX: number, offsetY: number) {
this.x += offsetX;
this.y += offsetY;
return this;
}
/**