为boxCollider与spriteRenderer新增debugRender

This commit is contained in:
YHH
2020-08-24 09:06:25 +08:00
parent 7345a17d24
commit 27f9e78fe5
19 changed files with 699 additions and 421 deletions

View File

@@ -1,5 +1,6 @@
module es {
export abstract class Collider extends Component {
public debug
/**
* 对撞机的基本形状
*/