移除collider的enable属性

This commit is contained in:
yhh
2021-06-22 14:42:30 +08:00
parent e5dfb20aa2
commit 96a41eb2cc
4 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
module es {
export abstract class Collider extends Component {
protected _isEnabled: boolean = true;
/**
* 对撞机的基本形状
*/