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