Flags which affect the behavior of Shapes.

枚举成员

SCENE_QUERY_SHAPE: 2

The shape will partake in scene queries (ray casts, overlap tests, sweeps, ...).

SIMULATION_SHAPE: 1

The shape will partake in collision in the physical simulation.

TRIGGER_SHAPE: 4

The shape is a trigger which can send reports whenever other shapes enter/leave its volume.