Skip to content
CollisionType

玩法 / CollisionType

CollisionType Enumeration
​

碰撞类型

Table of contents ​

Enumeration Members
​

NoCollision = 0
PhysicsOnly = 2
QueryAndPhysics = 3
QueryOnly = 1

Enumeration Members ​

NoCollision
​

• NoCollision = 0

无碰撞


PhysicsOnly
​

• PhysicsOnly = 2

仅物理


QueryAndPhysics
​

• QueryAndPhysics = 3

物理和检测


QueryOnly
​

• QueryOnly = 1

仅检测