🔧 SDK ReferenceManagersObjectManagersetRestitutionsetRestitutionSets the restitution of the physics object.Syntaxobject.setRestitution(restitution);ParametersNameTypeDescriptionrestitutionnumberThe restitution of the physics objectExampleobject.setRestitution(20);Available on: Client Server