You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/layaAir/laya/d3/physics/PhysicsColliderComponent.ts
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,9 @@ export class PhysicsColliderComponent extends Component {
87
87
protected_collider: ICollider;
88
88
/**@internal */
89
89
protected_eventsArray: string[];
90
+
private_isColliderInit: boolean=false;
91
+
92
+
declareowner: Sprite3D;
90
93
91
94
/**
92
95
* @en The collider object. Used to access the underlying physics engine's collider object and directly operate on the underlying physics engine's collision characteristics.
@@ -326,29 +329,27 @@ export class PhysicsColliderComponent extends Component {
0 commit comments