一个静态碰撞器是一个包含碰撞器但不含刚体的游戏对象。
Static Collider is a GameObject that has a Collider but not a Rigidbody.
这类对象可以用于你通常希望用静态碰撞器发出触发事件的情形下。
This object can be used for circumstances in which you would normally want a Static Collider to send a trigger event.
它们很像静态碰撞器不过对于想要不停地到处移动的碰撞器很好用。
They're similar to Static Colliders but will work better when you want to move the Collider around frequently.
应用推荐