Gets and sets if this contact set is currently suppressed.
# Get the value of the property.propertyValue = contactSet_var.isSuppressed# Set the value of the property.contactSet_var.isSuppressed = propertyValue
#include <Fusion/Components/ContactSet.h>// Get the value of the property.boolean propertyValue = contactSet_var->isSuppressed();// Set the value of the property, where value_var is a boolean.bool returnValue = contactSet_var->isSuppressed(value_var);