Get/Set if the shape is a trigger. Changing the state here is relatively expensive and should be avoided. See PhysicsShapeDefinition.isTrigger.
A trigger shape doesn't collide with other shapes. Other shapes pass through it instead, and Unity reports the overlap to an ITriggerCallback when PhysicsShape.triggerEvents is true.